mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
make-macosx-app.sh supports systems without libtool, part 2
This commit is contained in:
parent
fd1e278142
commit
ef7031b993
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ BUNDLEDIR="${BUILT_PRODUCTS_DIR}/${EXECUTABLE_FOLDER_PATH}"
|
||||||
|
|
||||||
# TODO: figure out if we can make universal binaries when cross-compiling.
|
# TODO: figure out if we can make universal binaries when cross-compiling.
|
||||||
# lipo on non-mac os x platforms? libtool?
|
# lipo on non-mac os x platforms? libtool?
|
||||||
|
# simply copying here might stomp on other architectures....
|
||||||
function action()
|
function action()
|
||||||
{
|
{
|
||||||
HAS_LIPO=`which lipo`
|
HAS_LIPO=`which lipo`
|
||||||
|
|
Loading…
Reference in a new issue