forked from mia/Aegisub
?= doesn't work on Darwin sh.
Originally committed to SVN as r2709.
This commit is contained in:
parent
79ee6c4337
commit
9b57c7807f
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ PKG_DIR=${1}.app
|
||||||
SKEL_DIR="packages/osx_bundle"
|
SKEL_DIR="packages/osx_bundle"
|
||||||
AEGISUB_VERSION_DATA="${2}"
|
AEGISUB_VERSION_DATA="${2}"
|
||||||
SRCDIR=`pwd`
|
SRCDIR=`pwd`
|
||||||
CC?=cc
|
if test -z "${CC}"; then
|
||||||
|
CC="cc"
|
||||||
|
fi
|
||||||
|
|
||||||
if ! test -d packages/osx_bundle; then
|
if ! test -d packages/osx_bundle; then
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue