mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
build-source-libs.sh: fix "--with-system-premake"
This commit is contained in:
parent
bccd3db231
commit
3ff3f72890
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ while [ "$#" -gt 0 ]; do
|
|||
--with-system-cxxtest) with_system_cxxtest=true ;;
|
||||
--with-system-nvtt) with_system_nvtt=true ;;
|
||||
--with-system-mozjs) with_system_mozjs=true ;;
|
||||
--with-system-premake) with_system_mozjs=true ;;
|
||||
--with-system-premake) with_system_premake=true ;;
|
||||
--with-spirv-reflect) with_spirv_reflect=true ;;
|
||||
-j*) JOBS="$1" ;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue