Skip to content

Commit

Permalink
First windows fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 18, 2016
1 parent d48d574 commit c200a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Makefile.omdev.mingw
Expand Up @@ -188,7 +188,7 @@ endif

install: runtimeCpp
$(foreach PLATFORM, $(PLATFORMS), \
(cd Build_$(PLATFORM); $(MAKE) install);)
(cd Build_$(PLATFORM); make install);)
cp -p $(OMDEV)/lib/3rdParty/boost-1_55/lib/*.dll $(builddir_bin)/.


Expand Down

0 comments on commit c200a48

Please sign in to comment.