Files
wickra/bindings/r/src/Makevars.win
T

6 lines
278 B
Plaintext
Raw Normal View History

2026-06-09 19:18:40 +02:00
# Link the import library built by configure.win (references wickra_abi.dll, not
# 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