diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-10 13:32:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-10 13:32:13 +0100 |
| commit | 65878c425afa75c33080c6d5f86c15007a977fbe (patch) | |
| tree | 139b6fbd4e8f4fb91e8298a86feb6be2f0c87d36 /wscript | |
| parent | 72dc4348693d6efdbdf5ad2e4fe76105192ff7bb (diff) | |
Another build fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ def configure(conf): if conf.options.static_sub: conf.check_cfg(package='libsub-1.0', atleast_version='1.00.0', args='--cflags', uselib_store='DCP', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] - conf.env.STLIB_SUB = ['sub'] + conf.env.STLIB_SUB = ['sub-1.0'] else: conf.check_cfg(package='libsub-1.0', atleast_version='1.00.0', args='--cflags --libs', uselib_store='DCP', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] |
