mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix link error in libsoundtouch
This commit is contained in:
parent
339bfe6515
commit
573f5e245c
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ else:
|
|||
if CONFIG['CC_TYPE'] == 'gcc':
|
||||
CXXFLAGS += ['-fopenmp']
|
||||
OS_LIBS += ['gomp']
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
OS_LIBS += ['dl']
|
||||
|
||||
DEFINES['BUILDING_SOUNDTOUCH'] = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue