mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
fix wscript for x-compiling
This commit is contained in:
parent
55c4c3d819
commit
7ade736a35
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -655,7 +655,7 @@ def configure(conf):
|
|||
okmsg = 'ok',
|
||||
errmsg = 'too old\nPlease install boost version 1.39 or higher.')
|
||||
|
||||
if re.search ("linux", sys.platform) != None:
|
||||
if re.search ("linux", sys.platform) != None and Options.options.dist_target != 'mingw':
|
||||
autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
|
||||
|
||||
autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2', mandatory=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue