Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Oct 3, 2012
1 parent d1c8731 commit 6aed04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/ghci/ghc.mk
Expand Up @@ -32,6 +32,7 @@ driver/ghci_dist_C_SRCS = ghci.c ../utils/cwrapper.c ../utils/getLocation.c
driver/ghci_dist_CC_OPTS += -I driver/utils
driver/ghci_dist_PROG = ghci$(exeext)
driver/ghci_dist_INSTALL = YES
driver/ghci_dist_INSTALL_INPLACE = YES
driver/ghci_dist_OTHER_OBJS = driver/ghci/ghci.res

$(eval $(call build-prog,driver/ghci,dist,1))
Expand Down

0 comments on commit 6aed04f

Please sign in to comment.