Skip to content

Commit

Permalink
ios-toolchain: LDID.Makefile: add -std=c++0x
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Aug 2, 2015
1 parent 39b4baa commit 024edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_examples/ios_toolchain/LDID.Makefile
Expand Up @@ -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 $@ $<
Expand Down

0 comments on commit 024edce

Please sign in to comment.