Make sure the TYPE variable is actually defined for nmake builds.

This commit is contained in:
David Walter Seikel
2013-04-26 17:26:38 +10:00
parent 58ee2b1f11
commit a4dd574532
+3 -1
View File
@@ -1,9 +1,11 @@
#!/bin/bash
source config-SL-source
if [ "$OSTYPE" == "cygwin" ] ; then
# Assumes version has been passed in from outside, coz Windows insists on adding crap to python output.
cd ../../indra/build-nmake/
iscc newview/$TYPE/package/${version}-Windows-x86.iss
iscc newview/${TYPE}/package/${version}-Windows-x86.iss
else
cd ../../indra/viewer-linux-*
make package