From fc3302951426fa290f7b0a3318440c06162d5f54 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 24 Oct 2021 18:52:12 +0200 Subject: [PATCH] Fixed building for real --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 528e1d0..b18541b 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/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"] } \ No newline at end of file