mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 09:10:06 +00:00
Additional macOS configuration with llvm@18
This commit is contained in:
parent
ac4521483d
commit
337406971a
6 changed files with 197 additions and 13 deletions
8
tools/conan/profiles/scwx-macos_clang-18
Normal file
8
tools/conan/profiles/scwx-macos_clang-18
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=clang
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libc++
|
||||
compiler.version=18
|
||||
os=Macos
|
||||
8
tools/conan/profiles/scwx-macos_clang-18_armv8
Normal file
8
tools/conan/profiles/scwx-macos_clang-18_armv8
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=armv8
|
||||
build_type=Release
|
||||
compiler=clang
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libc++
|
||||
compiler.version=18
|
||||
os=Macos
|
||||
Loading…
Add table
Add a link
Reference in a new issue