Browse Source

cmake: Add platform configuration for macOS universal builds

PatTheMav 2 years ago
parent
commit
6e4417018d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      buildspec.json

+ 5 - 0
buildspec.json

@@ -62,6 +62,11 @@
             "deploymentTarget": "11.0",
             "buildTarget": "11.0"
         },
+        "macos-universal": {
+            "qtVersion": 6,
+            "deploymentTarget": "11.0",
+            "buildTarget": "11.0"
+        },
         "windows-x64": {
             "qtVersion": 6
         },