mirror of
https://github.com/imprudence/imprudence.git
synced 2026-08-14 00:58:02 +00:00
Make sure the TYPE variable is actually defined for nmake builds.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user