X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=scons%2Fcrossmingw.py;h=3aed48435029fb40bc403881b27f9403c01d3671;hb=eeb7e04da64fdae3a40b1afdcde71dcded2481f3;hp=bf81f16fd6404f5b981be197caa19d453ec9499b;hpb=37f21fce3bd323c361291215edeb7d8cf5f4335b;p=mesa.git diff --git a/scons/crossmingw.py b/scons/crossmingw.py index bf81f16fd64..3aed4843502 100644 --- a/scons/crossmingw.py +++ b/scons/crossmingw.py @@ -108,7 +108,7 @@ def shlib_emitter(target, source, env): return (target, source) -shlib_action = SCons.Action.Action(shlib_generator, generator=1) +shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1) res_action = SCons.Action.Action('$RCCOM', '$RCCOMSTR')