build script: fix lua subproject expansion

This commit is contained in:
jgmdev 2022-06-17 11:04:53 -04:00
parent c2befaa832
commit 3c682512e7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ main() {
$pgo \
"${build_dir}"
lua_subproject_path=subprojects/lua-*/
lua_subproject_path=$(echo subprojects/lua-*/)
if [[ $patch_lua == "true" ]] && [[ ! -z $force_fallback ]] && [[ -d $lua_subproject_path ]]; then
patch -d $lua_subproject_path -p1 --forward < resources/windows/001-lua-unicode.diff
fi