Updated meson native files
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
11
build_options/meson-clang-linux
Normal file
11
build_options/meson-clang-linux
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[binaries]
|
||||||
|
c = 'clang-19'
|
||||||
|
c_ld = 'lld-19'
|
||||||
|
cpp = 'clang++-19'
|
||||||
|
cpp_ld = 'lld-19'
|
||||||
|
|
||||||
|
[properties]
|
||||||
|
c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes', '-fms-extensions']
|
||||||
|
|
||||||
|
[cmake]
|
||||||
|
CMAKE_C_COMPILER = 'clang-19'
|
||||||
11
build_options/meson-clang-win
Normal file
11
build_options/meson-clang-win
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[binaries]
|
||||||
|
c = 'clang.exe'
|
||||||
|
c_ld = 'lld'
|
||||||
|
cpp = 'clang++.exe'
|
||||||
|
cpp_ld = 'lld'
|
||||||
|
|
||||||
|
[properties]
|
||||||
|
c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes']
|
||||||
|
|
||||||
|
[cmake]
|
||||||
|
CMAKE_C_COMPILER = 'clang.exe'
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[binaries]
|
|
||||||
c = 'clang.exe'
|
|
||||||
c_ld = 'lld'
|
|
||||||
cpp = 'clang++.exe'
|
|
||||||
Reference in New Issue
Block a user