]>
git.saurik.com Git - ldid.git/blob - make.sh
6a3f530a2c3776e450f6070b10fe705c6e75f064
5 if which xcrun
&>/dev
/null
; then
6 flags
=(xcrun
-sdk macosx g
++)
7 flags
+=(-mmacosx-version-min=10.4)
9 for arch
in i386 x86_64
; do
10 flags
+=(-arch "${arch}")
17 "${flags[@]}" -o ldid ldid.cpp
-I.
-x c lookup2.c
-x c sha1.c