Skip to content
Permalink
Browse files

gobject_introspection-1.0.tcl: Use normal quoting for merger_*_args

...now that the muniversal portgroup understands that.
  • Loading branch information
ryandesign committed Mar 24, 2018
1 parent dc41bf2 commit d8d3c3f919438aac9b5adfd270a3a9a051b4b85e
Showing with 2 additions and 2 deletions.
  1. +2 −2 _resources/port1.0/group/gobject_introspection-1.0.tcl
@@ -78,7 +78,7 @@ pre-build {
if {[info exists universal_archs_to_use]} {
global merger_build_args
foreach arch ${universal_archs_to_use} {
lappend merger_build_args(${arch}) CC='${configure.cc} -arch ${arch}'
lappend merger_build_args(${arch}) CC="${configure.cc} -arch ${arch}"
}
} else {
# This deliberately does not use [get_canonical_archflags cc]
@@ -112,7 +112,7 @@ pre-destroot {
if {[info exists universal_archs_to_use]} {
global merger_destroot_args
foreach arch ${universal_archs_to_use} {
lappend merger_destroot_args(${arch}) CC='${configure.cc} -arch ${arch}'
lappend merger_destroot_args(${arch}) CC="${configure.cc} -arch ${arch}"
}
} else {
# This deliberately does not use [get_canonical_archflags cc]. See

0 comments on commit d8d3c3f

Please sign in to comment.
You can’t perform that action at this time.