2026-06-09 19:18:40 +02:00
|
|
|
# Link the import library built by configure.win (references wickra_abi.dll, not
|
2026-06-09 22:11:50 +02:00
|
|
|
# the package's own wickra.dll). The C ABI header (wickra.h) is staged into src/
|
|
|
|
|
# by configure.win, so the include path is the source dir itself.
|
|
|
|
|
PKG_CPPFLAGS = -I.
|
2026-06-09 19:18:40 +02:00
|
|
|
PKG_LIBS = libwickra_abi.dll.a
|