Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit b4562fb

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
fix compilation on Windows, add -std=c++11
Belonging to [master]: - #2219
1 parent ec9f543 commit b4562fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/runtime/Makefile.omdev.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ SHELL = /bin/sh
4949
CC = gcc
5050
CXX = g++
5151
override CFLAGS += -I. $(USE_CORBA) $(USE_METIS) -Wall -Wno-unused-variable -I../../ -I$(top_builddir) -I$(top_builddir)/SimulationRuntime/c -I$(top_builddir)/SimulationRuntime/c/simulation/results -I$(top_builddir)/SimulationRuntime/c/util -I$(top_builddir)/SimulationRuntime/c/meta -I$(top_builddir)/SimulationRuntime/c/meta/gc $(CORBAINCL) -I$(FMIINCLUDE) -I../../3rdParty/gc/include -I$(GRAPHSTREAMINCLUDE) -I$(CJSONINCLUDE) -I$(GRAPHINCLUDE) -I$(LPSOLVEINCLUDE) -I$(SQLITE3INCLUDE) -I$(ZMQINCLUDE)
52-
CXXFLAGS = $(CFLAGS)
52+
CXXFLAGS = -std=c++11 $(CFLAGS)
5353

5454
include Makefile.common

0 commit comments

Comments
 (0)