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

Commit ead2219

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
pass the default makefile file for windows
Belonging to [master]: - #2263
1 parent 920540b commit ead2219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ clean-sqlite3:
461461
rm -rf 3rdParty/sqlite3/build
462462
# build sundials
463463
sundials: umfpack
464-
$(MAKE) $(builddir_lib_omc)/libsundials_ida.a
464+
$(MAKE) -f $(defaultMakefileTarget) $(builddir_lib_omc)/libsundials_ida.a
465465
$(builddir_lib_omc)/libsundials_ida.a: 3rdParty/sundials/CMakeLists.txt
466466
mkdir -p 3rdParty/sundials/build
467467
cd 3rdParty/sundials/build && $(CMAKE) .. -G $(CMAKE_TARGET) -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX=`pwd` -DKLU_ENABLE:Bool=ON -DKLU_LIBRARY_DIR="$(builddir_lib_omc)" -DKLU_INCLUDE_DIR="$(OMBUILDDIR)/include/omc/c/suitesparse/Include/" -DCMAKE_C_FLAGS="$(CFLAGS) -lm -L $(builddir_lib_omc)" $(SUITESPARSE_LIBS) $(IS_MINGW32) $(IS_MINGW64) -DSUITESPARSECONFIG_LIBRARY="" -DLAPACK_ENABLE:Bool=ON

0 commit comments

Comments
 (0)