Skip to content

Commit

Permalink
Pass linker to qwt
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Sep 6, 2018
1 parent 0e1d01e commit 151c704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qwt/Makefile.unix.in
Expand Up @@ -14,7 +14,7 @@ all: build

Makefile: qwt.pro
@rm -f $@
$(QMAKE) QMAKE_CXX=@CXX@ QMAKE_CXXFLAGS="@CXXFLAGS@" qwt.pro
$(QMAKE) QMAKE_CXX=@CXX@ QMAKE_CXXFLAGS="@CXXFLAGS@" QMAKE_LINK="@CXX@" qwt.pro
clean:
test ! -f Makefile || $(MAKE) -f Makefile clean
rm -rf build lib Makefile
Expand Down

0 comments on commit 151c704

Please sign in to comment.