Skip to content

Commit

Permalink
Fix copy paste error.
Browse files Browse the repository at this point in the history
  - Change '==' to '='
  • Loading branch information
mahge committed Oct 11, 2021
1 parent 757e9d6 commit 45d5fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OMCompiler/Makefile.omdev.mingw
Expand Up @@ -97,9 +97,9 @@ IDLFILE=$(top_builddir)/Compiler/runtime/omc_communication.idl
LIB_OMC=lib/omc
LIBMODELICAEXTERNALC=$(OMBUILDDIR)/lib/omc/libModelicaExternalC$(STAEXT)
LIBMODELICASTANDARDTABLES=$(OMBUILDDIR)/lib/omc/libModelicaStandardTables$(STAEXT)
LIBMODELICAZLIB==$(OMBUILDDIR)/lib/omc/libzlib$(STAEXT)
LIBMODELICAIO==$(OMBUILDDIR)/lib/omc/libModelicaIO$(STAEXT)
LIBMODELICAMATIO==$(OMBUILDDIR)/lib/omc/libModelicaMatIO$(STAEXT)
LIBMODELICAZLIB=$(OMBUILDDIR)/lib/omc/libzlib$(STAEXT)
LIBMODELICAIO=$(OMBUILDDIR)/lib/omc/libModelicaIO$(STAEXT)
LIBMODELICAMATIO=$(OMBUILDDIR)/lib/omc/libModelicaMatIO$(STAEXT)

SUITESPARSE_LIBS=

Expand Down

0 comments on commit 45d5fa3

Please sign in to comment.