Skip to content
Snippets Groups Projects
Commit 9e9eeb53 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: fixed minor bug in configure script

parent faa5da07
No related merge requests found
...@@ -46,7 +46,7 @@ case ${host_os} in ...@@ -46,7 +46,7 @@ case ${host_os} in
CC=gcc-3 CC=gcc-3
CXX=g++-3 CXX=g++-3
CFLAGS="$CFLAGS -mno-cygwin" CFLAGS="$CFLAGS -mno-cygwin"
CXXFLAGS="$CFLAGS -mno-cygwin" CXXFLAGS="$CXXFLAGS -mno-cygwin"
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment