X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=scons%2Fcrossmingw.py;h=609cd00418e4ce9e8f1d3f4d71366822af5adda6;hb=f5576732374b9e964394bd0c88fc3130f6453f15;hp=34129450a56cdf14d8da50242c9c5b7a40a37c5c;hpb=b6956aef7452954ff986708962cc154c243e0378;p=mesa.git diff --git a/scons/crossmingw.py b/scons/crossmingw.py index 34129450a56..609cd00418e 100644 --- a/scons/crossmingw.py +++ b/scons/crossmingw.py @@ -83,7 +83,7 @@ def shlib_emitter(target, source, env): no_import_lib = env.get('no_import_lib', 0) if not dll: - raise SCons.Errors.UserError, "A shared library should have exactly one target with the suffix: %s" % env.subst("$SHLIBSUFFIX") + raise SCons.Errors.UserError("A shared library should have exactly one target with the suffix: %s" % env.subst("$SHLIBSUFFIX")) if not no_import_lib and \ not env.FindIxes(target, 'LIBPREFIX', 'LIBSUFFIX'):