mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
2 lines
33 B
Bash
Executable file
2 lines
33 B
Bash
Executable file
#!/bin/sh
|
|
strip -arch arm64 "$@"
|