Merge pull request #9158 from orbea/moc

Fix xcode10.1.
This commit is contained in:
Twinaphex 2019-07-21 22:57:06 +02:00 committed by GitHub
commit ec74fc3b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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_HLSL=1 MOC=${QT_INSTALL}/bin/moc generate\n";
};
/* End PBXShellScriptBuildPhase section */