diff --git a/usage_examples/ios_toolchain/LDID.Makefile b/usage_examples/ios_toolchain/LDID.Makefile index f166151d..cc4939ea 100644 --- a/usage_examples/ios_toolchain/LDID.Makefile +++ b/usage_examples/ios_toolchain/LDID.Makefile @@ -22,7 +22,7 @@ OBJS:=$(subst .c,.o,$(OBJS)) all: ldid %.o: %.cpp - $(CXX) $(FLAGS) -c -o $@ $< + $(CXX) -std=c++0x $(FLAGS) -c -o $@ $< %.o: %.c $(CC) $(FLAGS) -c -o $@ $<