From 9fcb3b89e78d9da27c7a872b6acef067a8dca220 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 24 Oct 2021 19:11:01 +0200 Subject: [PATCH] Use cc rather --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index c7efe8a..1029ab4 100644 --- a/dub.json +++ b/dub.json @@ -7,6 +7,6 @@ "license": "LGPLv3", "name": "libtun", "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"] } \ No newline at end of file