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.
…
1 parent b4e10da commit 12a147fCopy full SHA for 12a147f
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