Skip to content

Commit

Permalink
create_package: don't delete osx libraries for iphone now they are us…
Browse files Browse the repository at this point in the history
…ed for the simulator
  • Loading branch information
arturo castro authored and arturo castro committed Oct 5, 2010
1 parent 646222b commit 9172441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/create_package.sh
Expand Up @@ -272,7 +272,7 @@ function createPackage {
fi

if [ "$pkg_platform" = "iphone" ]; then
otherplatforms="linux linux64 osx win_cb vs2008 vs2010 android"
otherplatforms="linux linux64 win_cb vs2008 vs2010 android"
fi

if [ "$pkg_platform" = "android" ]; then
Expand Down

0 comments on commit 9172441

Please sign in to comment.