mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 13:50:50 +00:00
3 lines
36 B
Text
3 lines
36 B
Text
|
#!/bin/sh
|
||
|
dsymutil --arch=x86_64 $*
|