From 9d29763a46721f9ecbb1e43b0f2f587fa4841e67 Mon Sep 17 00:00:00 2001 From: Sandro Kalatozishvili Date: Thu, 10 Aug 2023 13:40:44 +0400 Subject: [PATCH] Updated xutils include dir in smake config --- smake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smake.json b/smake.json index 9790a75..4a26f94 100644 --- a/smake.json +++ b/smake.json @@ -7,7 +7,7 @@ "cxx": false, "overwrite": true, "outputDir": "./obj", - "flags": "-g -O2 -Wall -I./src -I./xutils/build/include", + "flags": "-g -O2 -Wall -I./src -I./xutils/build", "ldLibs": "./xutils/build/lib/libxutils.a", "libs": "-lpthread", "name": "smake",