update sip stack for new debug traces

This commit is contained in:
Simon Morlat 2013-05-31 18:24:03 +02:00
parent 3f4528356e
commit 5db768ff29
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 81b4695a7720331d13a8fe5a7175071b10f52eb7
Subproject commit a5569489c2fd7f3ffe51ce0098ae49985df7ee79

View file

@ -49,3 +49,7 @@ RANLIB=${SDK_BIN_PATH}/ranlib
CPPFLAGS="-Dasm=__asm"
OBJCFLAGS="-x objective-c -fexceptions -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch"
#Force install script to use -C so that header files don't get re-written if not changed.
INSTALL_DATA="ginstall -C"