diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2012-02-09 19:02:26 +0100 |
---|---|---|
committer | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2012-02-12 14:15:22 +0100 |
commit | e689393daaf25a993968a3007a7a5ee5d5f2e571 (patch) | |
tree | efb6445c411f9c8bd3ca0fb613a1f0ae579c3cef /tests | |
parent | 115ec78f21ef22cac61ded007a385098747062d8 (diff) | |
download | jack2-e689393daaf25a993968a3007a7a5ee5d5f2e571.tar.gz |
wscript: fix indentation error
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wscript b/tests/wscript index 6cdf2815..85c54a04 100644 --- a/tests/wscript +++ b/tests/wscript @@ -29,6 +29,6 @@ def build(bld): if bld.env['IS_MACOSX']: prog.env.append_value("CPPFLAGS", "-mmacosx-version-min=10.4 -arch i386 -arch ppc -arch x86_64") #prog.env.append_value("LINKFLAGS", "-arch i386 -arch ppc -arch x86_64") - prog.env.append_value("LINKFLAGS", "") + prog.env.append_value("LINKFLAGS", "") prog.uselib_local = 'clientlib' prog.target = test_program |