Skip to content
Snippets Groups Projects
Verified Commit 8dd980e6 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Windows package: remove more MinGW includes from Octave binary package

In particular, this now removes float.h which was conflicting with the one from
a recent MinGW snapshot.
parent 02909e90
Branches
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ octave64: tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W64_BUILD}-w64.7z
mv octave-${OCTAVE_VERSION}-w64 $@
# Clean up MinGW stuff that interferes with our cross-compiler
cd $@/mingw64/lib && rm -f libadvapi32.a libkernel32.a libmingw32.a libmingwex.a libmoldname.a libmsvcrt.a libpthread.dll.a libshell32.a libuser32.a
cd $@/mingw64/include && rm -f $$(grep -l "This file is part of the mingw-w64 runtime package" *.h) minwinbase.h omp.h swprintf.inl
cd $@/mingw64/include && rm -f $$(grep -l "This file is part of the \\(mingw-w64 runtime\\|mingw-runtime\\) package" *.h) minwinbase.h omp.h swprintf.inl
touch $@
octave: octave64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment