mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Revert "We still need libregex for libardour (for now)"
This reverts commit e7d407d6e3.
This commit is contained in:
parent
f6a2ee0103
commit
99aab0179d
1 changed files with 0 additions and 4 deletions
4
wscript
4
wscript
|
|
@ -1227,10 +1227,6 @@ int main () { int x = SFC_RF64_AUTO_DOWNGRADE; return 0; }
|
||||||
conf.env.append_value('LIB', 'uuid')
|
conf.env.append_value('LIB', 'uuid')
|
||||||
# needed for mingw64 packages, not harmful on normal mingw build
|
# needed for mingw64 packages, not harmful on normal mingw build
|
||||||
conf.env.append_value('LIB', 'intl')
|
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
|
# TODO this should only be necessary for a debug build
|
||||||
conf.env.append_value('LIB', 'dbghelp')
|
conf.env.append_value('LIB', 'dbghelp')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue