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

Commit 3aae2a0

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
pass the makefile file in Windows
Belonging to [master]: - #2399
1 parent 338d1df commit 3aae2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ bootstrap-dependencies: $(LIBRUNTIME)
260260
cp -p $(RUNTIMEUTIL_HEADERS) $(builddir_inc)/c/util/
261261

262262
fmi-runtime: sourcedist
263-
$(MAKE) "$(LIBSIMULATIONFMI)" OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 BUILDPATH=build/fmi OMC_NUM_NONLINEAR_SYSTEMS=1 OMC_NUM_LINEAR_SYSTEMS=1 OMC_NUM_MIXED_SYSTEMS=1
263+
$(MAKE) -f $(LIBMAKEFILE) "$(LIBSIMULATIONFMI)" OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 BUILDPATH=build/fmi OMC_NUM_NONLINEAR_SYSTEMS=1 OMC_NUM_LINEAR_SYSTEMS=1 OMC_NUM_MIXED_SYSTEMS=1
264264
libSimulationRuntimeFMI.a: $(FMI_ME_OBJS_BUILDPATH)
265265
@# You have to remove the old archive first or it may contain old objects
266266
@rm -f $@

0 commit comments

Comments
 (0)