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

Fix windows breakage (fallout from 34f7e9a3)


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 0567a313)
parent 2b854a18
No related branches found
No related tags found
No related merge requests found
......@@ -452,6 +452,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