You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
998 B
21 lines
998 B
Index: pylib/gyp/generator/make.py |
|
--- pylib/gyp/generator/make.py.orig 2012-10-26 23:47:26.000000000 +0200 |
|
+++ pylib/gyp/generator/make.py 2012-10-26 23:49:20.000000000 +0200 |
|
@@ -128,7 +128,7 @@ |
|
cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) |
|
|
|
quiet_cmd_alink_thin = AR($(TOOLSET)) $@ |
|
-cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) |
|
+cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) |
|
|
|
# Due to circular dependencies between libraries :(, we wrap the |
|
# special "figure out circular dependencies" flags around the entire |
|
@@ -182,7 +182,7 @@ |
|
cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) |
|
|
|
quiet_cmd_alink_thin = AR($(TOOLSET)) $@ |
|
-cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) |
|
+cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) |
|
|
|
# Due to circular dependencies between libraries :(, we wrap the |
|
# special "figure out circular dependencies" flags around the entire
|
|
|