mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Allow embedding qmake variable expansion syntax in JSON config values
This commit is contained in:
@@ -82,6 +82,7 @@ defineTest(swiftConfig) {
|
||||
}
|
||||
defineReplace(swiftConfig) {
|
||||
eval(value = \$\${SWIFT_CONFIG.$$1})
|
||||
eval(value = $$value)
|
||||
return($$value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user