summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/actions/make/make_cpp.lua
diff options
context:
space:
mode:
author Robert <Robbbert@users.noreply.github.com>2020-02-06 10:02:41 +1100
committer GitHub <noreply@github.com>2020-02-06 10:02:41 +1100
commitb48efcdac640e7746612fd64899291f7af7b58ac (patch)
treef01b160b4400942c48e4d3b4f671ff77bd6d412c /3rdparty/genie/src/actions/make/make_cpp.lua
parenta06d8e9cc68e6c91fcd58770e972ff81ffd20275 (diff)
Revert "Sync with GENie upstream revision ce9f3c5 (#6262)" (#6263)
This reverts commit a06d8e9cc68e6c91fcd58770e972ff81ffd20275.
Diffstat (limited to '3rdparty/genie/src/actions/make/make_cpp.lua')
-rw-r--r--3rdparty/genie/src/actions/make/make_cpp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/genie/src/actions/make/make_cpp.lua b/3rdparty/genie/src/actions/make/make_cpp.lua
index 880d9d35bf2..a4e92521bdc 100644
--- a/3rdparty/genie/src/actions/make/make_cpp.lua
+++ b/3rdparty/genie/src/actions/make/make_cpp.lua
@@ -73,8 +73,8 @@
if (prj.kind == "StaticLib" and prj.options.ArchiveSplit) then
_p('define max_args')
_p('\t$(eval _args:=)')
- _p('\t$(foreach obj,$3,$(eval _args+=$(obj))$(if $(word $2,$(_args)),$1 $(_args)$(EOL)$(eval _args:=)))')
- _p('\t$(if $(_args),$1 $(_args))')
+ _p('\t$(foreach obj,$3,$(eval _args+=$(obj))$(if $(word $2,$(_args)),$1$(_args)$(EOL)$(eval _args:=)))')
+ _p('\t$(if $(_args),$1$(_args))')
_p('endef')
_p('')
_p('define EOL')