mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
clang on windows support
This commit is contained in:
parent
b08f544172
commit
1d44f05fba
22 changed files with 208 additions and 65 deletions
6
config/external/lgpllibs/moz.build
vendored
6
config/external/lgpllibs/moz.build
vendored
|
|
@ -11,3 +11,9 @@
|
|||
|
||||
GeckoSharedLibrary('lgpllibs', linkage=None)
|
||||
SHARED_LIBRARY_NAME = 'lgpllibs'
|
||||
|
||||
if CONFIG['CLANG_CL']:
|
||||
# SoundTouch uses clang's OpenMP runtime. Link its import library into the
|
||||
# containing LGPL DLL and place the runtime beside the browser binaries.
|
||||
OS_LIBS += ['C:/clang/lib/libomp']
|
||||
FINAL_TARGET_FILES += ['C:/clang/bin/libomp.dll']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue