Fixed building for real

This commit is contained in:
Tristan B. Velloza Kildaire 2021-10-24 18:52:12 +02:00
parent 3976c738ca
commit fc33029514
1 changed files with 1 additions and 1 deletions

View File

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