We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eac85 commit d727d5dCopy full SHA for d727d5d
tools/gyp/pylib/gyp/generator/make.py
@@ -147,7 +147,7 @@ def CalculateGeneratorInputInfo(params):
147
# special "figure out circular dependencies" flags around the entire
148
# input list during linking.
149
quiet_cmd_link = LINK($(TOOLSET)) $@
150
-cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS)
+cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) $(LIBS) -Wl,--end-group
151
152
# We support two kinds of shared objects (.so):
153
# 1) shared_library, which is just bundling together many dependent libraries
0 commit comments