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

Commit 3ee365e

Browse files
niklworsOpenModelica-Hudson
authored andcommitted
use boost 1.59 if Visual Studio 2013 is used
1 parent daab8bb commit 3ee365e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.omdev.mingw

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ else
103103
endif
104104
else
105105
$(eval VSCOMNTOOLS=$(VS120COMNTOOLS))
106+
$(eval BOOST_PATH_MSVC=$(OMDEVMSYS)/lib/3rdParty/boost-1_59/)
106107
endif
107108
else
108109
$(eval VSCOMNTOOLS=$(VS140COMNTOOLS))
@@ -117,6 +118,7 @@ ifeq ($(VSVERSION),2012)
117118
else
118119
ifeq ($(VSVERSION),2013)
119120
$(eval VSCOMNTOOLS=$(VS120COMNTOOLS))
121+
$(eval BOOST_PATH_MSVC=$(OMDEVMSYS)/lib/3rdParty/boost-1_59/)
120122
else
121123
ifeq ($(VSVERSION),2015)
122124
$(eval VSCOMNTOOLS=$(VS140COMNTOOLS))

0 commit comments

Comments
 (0)