mirror of
https://github.com/libretro/Play-.git
synced 2024-12-12 11:05:36 +00:00
Fix output path.
This commit is contained in:
parent
df97ea71a6
commit
aaa0ace026
@ -85,7 +85,7 @@ travis_script()
|
||||
export CMAKE_PREFIX_PATH="$(brew --prefix qt5)"
|
||||
cmake .. -G"$BUILD_TYPE"
|
||||
cmake --build . --config Release
|
||||
$(brew --prefix qt5)/bin/macdeployqt Source/ui_unix/Release/Play.app
|
||||
$(brew --prefix qt5)/bin/macdeployqt Source/ui_qt/Release/Play.app
|
||||
appdmg ../installer_macosx/spec.json Play.dmg
|
||||
elif [ "$TARGET_OS" = "IOS" ]; then
|
||||
cmake .. -G"$BUILD_TYPE" -DCMAKE_TOOLCHAIN_FILE=../../Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DBUILD_PSFPLAYER=ON
|
||||
|
Loading…
Reference in New Issue
Block a user