From 7297ef53b814d90bab20ff6ff403fc5ec4b754df Mon Sep 17 00:00:00 2001 From: Mikulas Florek Date: Tue, 7 May 2024 13:59:05 +0200 Subject: [PATCH] fixed linux build, probably --- projects/genie.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/genie.lua b/projects/genie.lua index 4c84375107..b4d6767802 100644 --- a/projects/genie.lua +++ b/projects/genie.lua @@ -500,6 +500,10 @@ project "core" "../external/wyhash/**.*" } + configuration { "linux" } + buildoptions { "`pkg-config --cflags gtk+-3.0`" } + + configuration {} defines { "BUILDING_CORE" }