Fix the linkerSupportsFlag configure test type
Change-Id: Iefc874958d1f6d2447f9774a9c3cdf6d7a3b885b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>bb10
parent
f222206e8d
commit
c81f957457
|
|
@ -279,7 +279,7 @@ defineTest(qtConfTest_linkerSupportsFlag) {
|
|||
use_gold_linker: \
|
||||
LFLAGS = -fuse-ld=gold
|
||||
|
||||
return($$qtConfToolchainSupportsFlag($$LFLAGS -Wl,$$flag))
|
||||
return($$qtConfToolchainSupportsFlag($$LFLAGS "-Wl,$$flag"))
|
||||
}
|
||||
|
||||
defineReplace(qtConfFindInPath) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue