From 3976c738cabaf577779b7b116e0e1eea6db99327 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 24 Oct 2021 18:50:59 +0200 Subject: [PATCH] Possibly fixed build system --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 0487737..528e1d0 100644 --- a/dub.json +++ b/dub.json @@ -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/tunctl.o -c"], - "lflags": ["~/.dub/packages/libtun-0.0.4/libtun/tunctl.o"] + "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"], + "lflags": ["tunctl.o"] } \ No newline at end of file