Skip to content

Commit

Permalink
make-macosx-app.sh supports systems without libtool, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-sypult committed Jul 18, 2013
1 parent fd1e278 commit ef7031b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-macosx-app.sh
Expand Up @@ -303,6 +303,7 @@ BUNDLEDIR="${BUILT_PRODUCTS_DIR}/${EXECUTABLE_FOLDER_PATH}"

# TODO: figure out if we can make universal binaries when cross-compiling.
# lipo on non-mac os x platforms? libtool?
# simply copying here might stomp on other architectures....
function action()
{
HAS_LIPO=`which lipo`
Expand Down

0 comments on commit ef7031b

Please sign in to comment.