mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We're supposed to use `${platform}` for substituting this previously defined variable. Currently used `$(platform)` will try to run a command named `platform`, which doesn't make sense.