mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 08:02:00 +02:00
do not hardcode the path/name to g++
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ unix {
|
||||
FWBPARSER_LIB = ../parsers/libfwbparser.a
|
||||
FWTRANSFER_LIB = ../fwtransfer/libfwtransfer.a
|
||||
|
||||
QMAKE_CXX = @CCACHE@ @DISTCC@ g++
|
||||
QMAKE_CXX = @CCACHE@ @DISTCC@ $$QMAKE_CXX
|
||||
|
||||
!macx {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user