mirror of
https://github.com/libretro/libretro-super
synced 2025-01-13 09:38:57 +00:00
osx: Add option to build Qt on Metal build
This commit is contained in:
parent
fbaa46b877
commit
b8116535fc
@ -820,7 +820,11 @@ if [ "${PLATFORM}" == "osx" ] && [ "${RA}" == "YES" ]; then
|
||||
cd pkg/apple
|
||||
|
||||
if [ "${METAL}" == "1" ]; then
|
||||
xcodebuild -project RetroArch_Metal.xcodeproj -target RetroArch -configuration Release | tee "$LOGFILE"
|
||||
if [ "${METAL_QT}" == "1" ]; then
|
||||
xcodebuild -project RetroArch_Metal.xcodeproj -target RetroArchQT -configuration Release | tee "$LOGFILE"
|
||||
else
|
||||
xcodebuild -project RetroArch_Metal.xcodeproj -target RetroArch -configuration Release | tee "$LOGFILE"
|
||||
fi
|
||||
else
|
||||
xcodebuild -project RetroArch.xcodeproj -target RetroArch -configuration Release | tee "$LOGFILE"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user