diff options
author | 2024-11-28 08:49:36 +0700 | |
---|---|---|
committer | 2024-11-28 08:49:59 +0700 | |
commit | ae4e4482c6b3129846c26205340d413cb2c883bd (patch) | |
tree | acda383c2bf1496e955d270bcd474411669c6c69 /scripts/src | |
parent | e5e2ca35ab3f8a8af502fb3dbb5bcd19c8b65770 (diff) |
fix windows build
* use MPARAM for GENie build architecture
* avoid escaping issue in 3rdparty/expat
Diffstat (limited to 'scripts/src')
-rwxr-xr-x | scripts/src/3rdparty.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 6851cc085c5..0858f10d88a 100755 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -29,7 +29,7 @@ project "expat" "PACKAGE=\"expat\"", "PACKAGE_BUGREPORT=\"expat-bugs@libexpat.org\"", "PACKAGE_NAME=\"expat\"", - "PACKAGE_STRING=\"expat 2.2.10\"", + "PACKAGE_STRING=\"expat-2.2.10\"", "PACKAGE_TARNAME=\"expat\"", "PACKAGE_URL=\"\"", "PACKAGE_VERSION=\"2.2.10\"", |