mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Correct fix for xcode10.1.
This commit is contained in:
parent
ec74fc3b84
commit
7d3c616790
@ -1633,7 +1633,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "make -C ${SRCBASE} -f Makefile.apple HAVE_MENU=1 HAVE_MENU_WIDGETS=1 HAVE_QT=1 HAVE_HLSL=1 MOC=${QT_INSTALL}/bin/moc generate\n";
|
||||
shellScript = "make -C ${SRCBASE} -f Makefile.apple HAVE_MENU=1 HAVE_MENU_WIDGETS=1 HAVE_QT=1 HAVE_SLANG=1 MOC=${QT_INSTALL}/bin/moc generate\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user