Skip to content

Commit

Permalink
should work even fail
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 17, 2020
1 parent 5005130 commit b9426ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ all: $(SHLIB)

$(SHLIB): libs

libs: ; cd itkb && mingw32-make -j 1 && \
dos2unix ITKInternalEigen3-build/CMakeFiles/3.16.2/CompilerIdC/CMakeCCompilerId.c && \
dos2unix ITKInternalEigen3-build/CMakeFiles/3.16.2/CompilerIdCXX/CMakeCXXCompilerId.cpp && \
dos2unix ITKInternalEigen3-build/Makefile && \
libs: ; cd itkb && mingw32-make -j 1 || \
(dos2unix ITKInternalEigen3-build/CMakeFiles/3.16.2/CompilerIdC/CMakeCCompilerId.c || \
dos2unix ITKInternalEigen3-build/CMakeFiles/3.16.2/CompilerIdCXX/CMakeCXXCompilerId.cpp || \
dos2unix ITKInternalEigen3-build/Makefile) || \
mingw32-make install && rm -rf ../itks && \
rm -rf CMakeFiles/ && rm -rf Modules/ && rm -rf CMakeTmp/ \
rm -f Makefile && \
Expand Down

0 comments on commit b9426ec

Please sign in to comment.