mirror of
https://github.com/libretro/libretro-super.git
synced 2025-02-07 16:56:40 +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
|
cd pkg/apple
|
||||||
|
|
||||||
if [ "${METAL}" == "1" ]; then
|
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
|
else
|
||||||
xcodebuild -project RetroArch.xcodeproj -target RetroArch -configuration Release | tee "$LOGFILE"
|
xcodebuild -project RetroArch.xcodeproj -target RetroArch -configuration Release | tee "$LOGFILE"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user