build-source-libs.sh: fix "--with-system-premake"

This commit is contained in:
Ștefan Talpalaru 2025-01-31 13:01:40 +01:00
parent bccd3db231
commit 3ff3f72890
No known key found for this signature in database
GPG key ID: CBF7934204F1B6F9

View file

@ -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" ;;
*)