Przeglądaj źródła

scripts: do not call pkg-config explicitly

Daniele Bartolini 3 lat temu
rodzic
commit
16a9743c8b

BIN
3rdparty/bx/tools/bin/linux/genie


BIN
3rdparty/bx/tools/bin/windows/genie.exe


+ 0 - 2
scripts/level-editor.lua

@@ -49,7 +49,6 @@ project "level-editor"
 	}
 
 	buildoptions {
-		"`pkg-config --cflags gdk-3.0 gee-0.8 gio-2.0 glib-2.0 gtk+-3.0`",
 		"-Wno-deprecated-declarations",
 		"-Wno-incompatible-pointer-types",
 		"-Wno-discarded-qualifiers",
@@ -64,7 +63,6 @@ project "level-editor"
 	}
 
 	linkoptions {
-		"`pkg-config --libs gdk-3.0 gee-0.8 gio-2.0 glib-2.0 gtk+-3.0`",
 		"-lm"
 	}