]>
git.cameronkatri.com Git - ldid.git/blob - make.sh
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