Skip to content

Commit

Permalink
Disable OMSysIdent on Linux and Mac
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #85
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Aug 20, 2018
1 parent df986d3 commit 97099ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -14,8 +14,8 @@ omplot: omc
omedit: omc omplot omsimulator
$(MAKE) -C OMEdit
omsimulator:
$(MAKE) -C OMSimulator config-3rdParty
$(MAKE) -C OMSimulator config-OMSimulator OMBUILDDIR=@OMBUILDDIR@
$(MAKE) -C OMSimulator config-3rdParty CERES=OFF
$(MAKE) -C OMSimulator config-OMSimulator OMBUILDDIR=@OMBUILDDIR@ OMSYSIDENT=OFF
$(MAKE) -C OMSimulator OMBUILDDIR=@OMBUILDDIR@
omnotebook: omc omplot
$(MAKE) -C OMNotebook
Expand Down

0 comments on commit 97099ca

Please sign in to comment.