File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -296,14 +296,18 @@ jobs:
296
296
"macOS" {
297
297
# From the build.py script: on macOS the prefix path must be inside the app bundle...
298
298
${prefix_extra}=";${{ steps.qt_creator.outputs.qtc_dir }}/Qt Creator.app/Contents/Resources"
299
+
300
+ # Universal macOS Binaries (experimental feature)
301
+ # https://docs.conan.io/2/reference/tools/cmake/cmaketoolchain.html#support-for-universal-binaries-in-macos
302
+ ${arch_override}="-s=arch=armv8|x86_64"
299
303
}
300
304
}
301
305
302
306
Set-Location -Path "SpellChecker-Plugin"
303
307
304
308
conan profile detect
305
309
conan config install .conan
306
- conan install . -pr cpp20 --build=missing
310
+ conan install . -pr cpp20 --build=missing ${arch_override}
307
311
308
312
cmake --preset "${env:CMAKE_PRESET}" `
309
313
-DCMAKE_PREFIX_PATH="${{ steps.qt.outputs.qt_dir }};${{ steps.qt_creator.outputs.qtc_dir }}${prefix_extra}" `
You can’t perform that action at this time.
0 commit comments