14 lines
563 B
Diff
14 lines
563 B
Diff
diff --git a/libraries/build-source-libs.sh b/libraries/build-source-libs.sh
|
|
index 323260a5..da67b293 100755
|
|
--- a/libraries/build-source-libs.sh
|
|
+++ b/libraries/build-source-libs.sh
|
|
@@ -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" ;;
|
|
*)
|