From 2234348a77182aa6134e0375e92ba70fc1a46ccd Mon Sep 17 00:00:00 2001 From: "adam.b" Date: Tue, 29 Oct 2019 15:46:17 +0000 Subject: [PATCH] Removed -std=c++11 from dali-core.pc.in Removed -std=c++11 from dali-core.pc.in, the flag makes C compiler fail. Change-Id: Ie7666c8d57bf3eacee3c6cebeec267c4161cf956 --- build/tizen/dali-core.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tizen/dali-core.pc.in b/build/tizen/dali-core.pc.in index 7bbcbfc..d1b8f7a 100644 --- a/build/tizen/dali-core.pc.in +++ b/build/tizen/dali-core.pc.in @@ -9,4 +9,4 @@ Description: Cross platform 3D Engine Version: ${apiversion} Requires: Libs: -L${libdir} -ldali-core -Cflags: -I${includedir} -std=c++11 +Cflags: -I${includedir} -- 2.7.4