mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 22:38:32 +01:00
lhelp: Fixed passing linker flags to the compiler
git-svn-id: trunk@43895 -
This commit is contained in:
parent
91e445c18a
commit
7674b0b091
@ -65,7 +65,7 @@ files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||
.PHONY: all clean
|
||||
|
||||
all: $(COMPILER_UNITTARGETDIR)
|
||||
$(MAKE) --assume-new=lhelp.lpr OPT="$(LHELP_OPT) $(OPT)" lhelp$(EXEEXT)
|
||||
$(MAKE) --assume-new=lhelp.lpr OPT="$(LHELP_OPT) $(subst ",\",${OPT})" lhelp$(EXEEXT)
|
||||
|
||||
# end.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user