mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-05 22:34:56 +01:00
parent
599d02bd2e
commit
e7d407d6e3
1 changed files with 4 additions and 0 deletions
4
wscript
4
wscript
|
|
@ -1227,6 +1227,10 @@ int main () { int x = SFC_RF64_AUTO_DOWNGRADE; return 0; }
|
|||
conf.env.append_value('LIB', 'uuid')
|
||||
# needed for mingw64 packages, not harmful on normal mingw build
|
||||
conf.env.append_value('LIB', 'intl')
|
||||
conf.check_cc(function_name='regcomp', header_name='regex.h',
|
||||
lib='regex', uselib_store="REGEX", define_name='HAVE_REGEX_H')
|
||||
# TODO put this only where it is needed
|
||||
conf.env.append_value('LIB', 'regex')
|
||||
# TODO this should only be necessary for a debug build
|
||||
conf.env.append_value('LIB', 'dbghelp')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue