[Scummvm-git-logs] scummvm master -> e1561f0562ea7b3e0f167a6bfefd80569f15e6b2

sev- sev at scummvm.org
Sat Feb 22 10:50:39 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e1561f0562 Revert "BUILD: Apply LDFLAGS on modules/plugins"


Commit: e1561f0562ea7b3e0f167a6bfefd80569f15e6b2
    https://github.com/scummvm/scummvm/commit/e1561f0562ea7b3e0f167a6bfefd80569f15e6b2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-02-22T11:50:26+01:00

Commit Message:
Revert "BUILD: Apply LDFLAGS on modules/plugins"

This reverts commit dce6b012582db79f824677da267d3fd0ad8cf3f7.

Changed paths:
    rules.mk


diff --git a/rules.mk b/rules.mk
index c522ef9..1138c8b 100644
--- a/rules.mk
+++ b/rules.mk
@@ -47,7 +47,7 @@ ifdef PLUGIN
 PLUGIN-$(MODULE) := plugins/$(PLUGIN_PREFIX)$(notdir $(MODULE))$(PLUGIN_SUFFIX)
 $(PLUGIN-$(MODULE)): $(MODULE_OBJS-$(MODULE)) $(PLUGIN_EXTRA_DEPS)
 	$(QUIET)$(MKDIR) plugins
-	$(QUIET_PLUGIN)$(CXX) $(LDFLAGS) $(filter-out $(PLUGIN_EXTRA_DEPS),$+) $(PLUGIN_LDFLAGS) -o $@
+	$(QUIET_PLUGIN)$(CXX) $(filter-out $(PLUGIN_EXTRA_DEPS),$+) $(PLUGIN_LDFLAGS) -o $@
 
 # Reset PLUGIN var
 PLUGIN:=




More information about the Scummvm-git-logs mailing list