File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44set -x
55
66# WORKAROUND: prebuilts broken on Swift 6.2.1 and Linux and tests using macros https://github.com/swiftlang/swift-java/issues/418
7- if [ " $( uname) " == " Darwin" ]; then
7+ if [ " $( uname) " = " Darwin" ]; then
88 DISABLE_EXPERIMENTAL_PREBUILTS=' '
99else
1010 DISABLE_EXPERIMENTAL_PREBUILTS=' --disable-experimental-prebuilts'
Original file line number Diff line number Diff line change 44set -x
55
66# WORKAROUND: prebuilts broken on Swift 6.2.1 and Linux and tests using macros https://github.com/swiftlang/swift-java/issues/418
7- if [ " $( uname) " == " Darwin" ]; then
7+ if [ " $( uname) " = " Darwin" ]; then
88 DISABLE_EXPERIMENTAL_PREBUILTS=' '
99else
1010 DISABLE_EXPERIMENTAL_PREBUILTS=' --disable-experimental-prebuilts'
Original file line number Diff line number Diff line change 44set -x
55
66# WORKAROUND: prebuilts broken on Swift 6.2.1 and Linux and tests using macros https://github.com/swiftlang/swift-java/issues/418
7- if [ " $( uname) " == " Darwin" ]; then
7+ if [ " $( uname) " = " Darwin" ]; then
88 DISABLE_EXPERIMENTAL_PREBUILTS=' '
99else
1010 DISABLE_EXPERIMENTAL_PREBUILTS=' --disable-experimental-prebuilts'
Original file line number Diff line number Diff line change 44set -e
55
66# WORKAROUND: prebuilts broken on Swift 6.2.1 and Linux and tests using macros https://github.com/swiftlang/swift-java/issues/418
7- if [ " $( uname) " == " Darwin" ]; then
7+ if [ " $( uname) " = " Darwin" ]; then
88 DISABLE_EXPERIMENTAL_PREBUILTS=' '
99else
1010 DISABLE_EXPERIMENTAL_PREBUILTS=' --disable-experimental-prebuilts'
You can’t perform that action at this time.
0 commit comments