mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
run on Irix
This commit is contained in:
parent
b264b35e20
commit
284fe2d2f6
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
# This is just a helper script to generatePythonCode to cover
|
||||
# the three or four cases we use all the time
|
||||
@ -45,7 +45,7 @@ pyDir=$DIRECT/lib/py
|
||||
extDir=$DIRECT/src/extensions
|
||||
pSqueezer=$DIRECT/src/showbase/pandaSqueezer.py
|
||||
|
||||
if [ $(uname | grep CYGWIN) ]; then
|
||||
if [ `uname | grep CYGWIN` ]; then
|
||||
install_dir="$(cygpath -aw $install_dir)"
|
||||
pyDir="$(cygpath -w $pyDir)"
|
||||
extDir="$(cygpath -w $extDir)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user