From 024edce4c7b7c131d27ffd2403c169f93310256d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= <t.poechtrager@gmail.com>
Date: Sun, 2 Aug 2015 10:03:50 +0200
Subject: [PATCH] ios-toolchain: LDID.Makefile: add -std=c++0x

---
 usage_examples/ios_toolchain/LDID.Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usage_examples/ios_toolchain/LDID.Makefile b/usage_examples/ios_toolchain/LDID.Makefile
index f166151..cc4939e 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 $@ $<
-- 
GitLab