Skip to content

Instantly share code, notes, and snippets.

View jkooker's full-sized avatar

John Kooker jkooker

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jkooker on github.
  • I am jkooker (https://keybase.io/jkooker) on keybase.
  • I have a public key whose fingerprint is 5A3C 5B33 09C6 22BA DA81 84E4 C619 A708 5ED7 8CB2

To claim this, I am signing this object:

# build arm version
echo "Building iPhoneOS arm version of liblo"
echo "============================================="
if test -d ../build_iphoneos; then cd ../build_iphoneos; fi
./configure \
--host="arm-apple-darwin9" --target=arm-apple-darwin9 \
--without-python --without-gtk --without-swig --disable-app \
--enable-static \
--disable-shared \
CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.0 \