diff options
Diffstat (limited to 'driver/ghc/ghc.mk')
-rw-r--r-- | driver/ghc/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghc/ghc.mk b/driver/ghc/ghc.mk index 688a3f6a47..dee9d5715c 100644 --- a/driver/ghc/ghc.mk +++ b/driver/ghc/ghc.mk @@ -10,7 +10,7 @@ # # ----------------------------------------------------------------------------- -ifeq "$(Windows)" "YES" +ifeq "$(Windows_Host)" "YES" driver/ghc_dist_C_SRCS = ghc.c ../utils/cwrapper.c ../utils/getLocation.c driver/ghc_dist_CC_OPTS += -I driver/utils |