Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 745300 - tools changes to build spidermonkey on 10.7 - r=jhford
Browse files Browse the repository at this point in the history
  • Loading branch information
ccooper committed Apr 26, 2012
1 parent a2e331f commit 1bd1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spidermonkey_builds/spidermonkey.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo OBJDIR is $OBJDIR
CONFIGURE_ARGS=$(cat $SPIDERDIR/$VARIANT)

NSPR64=""
if [ "$OSTYPE" = "darwin10.0" ]; then
if [[ "$OSTYPE" == darwin* ]]; then
NSPR64="--enable-64bit"
fi

Expand Down

0 comments on commit 1bd1bf4

Please sign in to comment.