Turned off mac asset building on pc platforms (#977)

This commit is contained in:
Terry Michaels
2021-05-26 23:18:57 -05:00
committed by GitHub
parent 8bd4c8d974
commit 02e18be3fc
+2 -2
View File
@@ -42,10 +42,10 @@
// 'enabled' is AUTOMATICALLY TRUE for the current platform that you are running on, so it is not necessary to force it to true for that platform
// To enable any additional platform, just uncomment the appropriate line below.
"Platforms": {
"pc": "enabled",
//"pc": "enabled",
//"android": "enabled",
//"ios": "enabled",
"mac": "enabled",
//"mac": "enabled",
//"server": "enabled"
},
// ---- The number of worker jobs, 0 means use the number of Logical Cores