Possibly fixed

This commit is contained in:
Tristan B. Velloza Kildaire 2021-10-24 19:06:00 +02:00
parent db29f0eeff
commit 26b29f1b2f
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@
"license": "GPLv3",
"name": "libtun",
"targetType": "library",
"preBuildCommands": ["gcc ~/.dub/packages/libtun-0.0.7/libtun/source/libtun/tunctl.c -o ~/.dub/packages/libtun-0.0.7/libtun/source/tunctl.o -c"],
"lflags": ["~/.dub/packages/libtun-0.0.7/libtun/source/tunctl.o"]
"preBuildCommands": ["gcc $PACKAGE_DIR/source/libtun/tunctl.c -o $PACKAGE_DIR/source/tunctl.o -c"],
"lflags": ["$PACKAGE_DIR/source/tunctl.o"]
}