5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Setting clang cache to current dir to avoid permission error on /tmp
|
||
|
swift -module-cache-path . "$@"
|