1
0
forked from mirrors/0ad

Adapt macOS libraries to the new build flow.

This commit is contained in:
Itms
2024-08-20 19:10:25 +02:00
parent 5c1195f66a
commit 0aeaa8f70a
9 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ if [ "$enable_atlas" = "true" ]; then
premake_args="${premake_args} --atlas"
if [ "$(uname -s)" = "Darwin" ]; then
# Provide path to wx-config on OS X (as wxwidgets doesn't support pkgconfig)
export WX_CONFIG="${WX_CONFIG:="$(pwd)/../../libraries/osx/wxwidgets/bin/wx-config"}"
export WX_CONFIG="${WX_CONFIG:="$(pwd)/../../libraries/macos/wxwidgets/bin/wx-config"}"
else
export WX_CONFIG="${WX_CONFIG:="wx-config"}"
fi