mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
fix link error
This commit is contained in:
parent
c1f8d50be8
commit
5ffe72cab3
1 changed files with 2 additions and 0 deletions
|
|
@ -405,6 +405,8 @@ SOURCES += [
|
|||
if CONFIG['CC_TYPE'] == 'gcc':
|
||||
SOURCES['vm/SelfHosting.cpp'].flags += ['-fopenmp']
|
||||
OS_LIBS += ['gomp']
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
OS_LIBS += ['dl']
|
||||
|
||||
if CONFIG['JS_POSIX_NSPR']:
|
||||
posix_nspr_deunified_sources = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue