Skip to content
Snippets Groups Projects
Commit 0567a313 authored by Austin Seipp's avatar Austin Seipp
Browse files

Fix windows breakage (fallout from 34f7e9a3)

parent 4b74f6ca
No related merge requests found
......@@ -455,6 +455,7 @@ AC_DEFUN([FP_SETTINGS],
mingw_bin_prefix=mingw/bin/
SettingsCCompilerCommand="\$topdir/../${mingw_bin_prefix}gcc.exe"
SettingsHaskellCPPCommand="\$topdir/../${mingw_bin_prefix}gcc.exe"
SettingsHaskellCPPFlags="$HaskellCPPArgs"
SettingsLdCommand="\$topdir/../${mingw_bin_prefix}ld.exe"
SettingsArCommand="\$topdir/../${mingw_bin_prefix}ar.exe"
SettingsPerlCommand='$topdir/../perl/perl.exe'
......
......@@ -493,10 +493,7 @@ AC_ARG_WITH(hs-cpp,
fi
],
[
if test "$HostOS" != "mingw32"
then
HaskellCPPCmd=$WhatGccIsCalled
fi
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment