File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,15 @@ jobs:
4141
4242 - name : Configure CMake for macOS native
4343 working-directory : ${{github.workspace}}
44- run : cmake -S . -B build \
45- -DCMAKE_C_COMPILER=clang \
46- -DCMAKE_CXX_COMPILER=clang++ \
47- -DCMAKE_OSX_ARCHITECTURES=arm64 \
48- -DCMAKE_OSX_SYSROOT=$(xcrun --show-sdk-path) \
49- -DCMAKE_SYSTEM_NAME=Darwin \
50- -DCMAKE_BUILD_TYPE=Release
44+ run : cmake -S . -B build \
45+ -DCMAKE_C_COMPILER=clang \
46+ -DCMAKE_CXX_COMPILER=clang++ \
47+ -DCMAKE_OSX_ARCHITECTURES=arm64 \
48+ -DCMAKE_OSX_SYSROOT=$(xcrun --show-sdk-path) \
49+ -DCMAKE_SYSTEM_NAME=Darwin \
50+ -DCMAKE_BUILD_TYPE=Release \
51+ -DAREG_COMPILER_FAMILY=llvm \
52+ -DAREG_PROCESSOR=arm64
5153
5254 - name : Build with CMake
5355 working-directory : ${{github.workspace}}
You can’t perform that action at this time.
0 commit comments