(Apple Metal) Add HAVE_MENU to moc generation

This commit is contained in:
twinaphex 2019-04-19 19:26:57 +02:00
parent 51d3376f07
commit d7d201cb63

View File

@ -1633,7 +1633,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "make -C ${SRCBASE} -f Makefile.apple HAVE_QT=1 MOC=${QT_INSTALL}/bin/moc generate\n";
shellScript = "make -C ${SRCBASE} -f Makefile.apple HAVE_MENU=1 HAVE_QT=1 MOC=${QT_INSTALL}/bin/moc generate\n";
};
/* End PBXShellScriptBuildPhase section */