Skip to content

Commit 024edce

Browse files
committed
ios-toolchain: LDID.Makefile: add -std=c++0x
1 parent 39b4baa commit 024edce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage_examples/ios_toolchain/LDID.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OBJS:=$(subst .c,.o,$(OBJS))
2222
all: ldid
2323

2424
%.o: %.cpp
25-
$(CXX) $(FLAGS) -c -o $@ $<
25+
$(CXX) -std=c++0x $(FLAGS) -c -o $@ $<
2626

2727
%.o: %.c
2828
$(CC) $(FLAGS) -c -o $@ $<

0 commit comments

Comments
 (0)