Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8bc27604 authored by gama's avatar gama
Browse files

[BUILD] Universal binaries configuration for MacOS

parent f2b5f056
No related branches found
No related tags found
No related merge requests found
Pipeline #61773 passed
......@@ -27,6 +27,13 @@
"strategy": "external"
}
},
{
"name": "universal",
"hidden": true,
"cacheVariables": {
"CMAKE_OSX_ARCHITECTURES": "x86_64;arm64"
}
},
{
"name": "cl-flags",
"hidden": true,
......@@ -163,8 +170,8 @@
}
},
{
"name": "x64-macos-debug",
"inherits": [ "x64", "macos-clang" ],
"name": "universal-macos-debug",
"inherits": [ "universal", "macos-clang" ],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
......@@ -210,8 +217,8 @@
"configurePreset": "x64-windows-release"
},
{
"name": "x64-macos-debug",
"configurePreset": "x64-macos-debug"
"name": "universal-macos-debug",
"configurePreset": "universal-macos-debug"
},
{
"name": "x64-linux-debug",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment