Use cc rather

This commit is contained in:
Tristan B. Velloza Kildaire 2021-10-24 19:11:01 +02:00
parent 82c5add9f0
commit 9fcb3b89e7
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
"license": "LGPLv3", "license": "LGPLv3",
"name": "libtun", "name": "libtun",
"targetType": "library", "targetType": "library",
"preBuildCommands": ["gcc $PACKAGE_DIR/source/libtun/tunctl.c -o $PACKAGE_DIR/source/tunctl.o -c"], "preBuildCommands": ["cc $PACKAGE_DIR/source/libtun/tunctl.c -o $PACKAGE_DIR/source/tunctl.o -c"],
"lflags": ["$PACKAGE_DIR/source/tunctl.o"] "lflags": ["$PACKAGE_DIR/source/tunctl.o"]
} }