summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2024-11-28 08:49:36 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2024-11-28 08:49:59 +0700
commitae4e4482c6b3129846c26205340d413cb2c883bd (patch)
treeacda383c2bf1496e955d270bcd474411669c6c69 /scripts/src
parente5e2ca35ab3f8a8af502fb3dbb5bcd19c8b65770 (diff)
fix windows build
* use MPARAM for GENie build architecture * avoid escaping issue in 3rdparty/expat
Diffstat (limited to 'scripts/src')
-rwxr-xr-xscripts/src/3rdparty.lua2
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\"",