mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
clang on windows support
This commit is contained in:
parent
b08f544172
commit
1d44f05fba
22 changed files with 208 additions and 65 deletions
|
|
@ -47,6 +47,9 @@ if CONFIG['CC_TYPE'] == 'gcc':
|
|||
OS_LIBS += ['gomp']
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
OS_LIBS += ['dl']
|
||||
elif CONFIG['CLANG_CL']:
|
||||
# clang-cl lowers OpenMP pragmas to the LLVM OpenMP runtime.
|
||||
CXXFLAGS += ['-fopenmp']
|
||||
|
||||
DEFINES['BUILDING_SOUNDTOUCH'] = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue