We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d1ea1c + 12a147f commit 6e95043Copy full SHA for 6e95043
utils/build-script-impl
@@ -406,7 +406,7 @@ function set_build_options_for_host() {
406
--foundation "$(build_directory ${host} foundation)"
407
--build-dir "$(build_directory ${host} playgroundlogger)"
408
--swift-build-dir "$(build_directory ${host} swift)"
409
- --`python -c 'import sys; print sys.argv[1].lower()' ${PLAYGROUNDLOGGER_BUILD_TYPE}`
+ --$(python -c 'import sys; print sys.argv[1].lower()' ${PLAYGROUNDLOGGER_BUILD_TYPE})
410
)
411
;;
412
linux-armv6)
0 commit comments