Skip to content

Commit

Permalink
More HAVE_INTERNAL_INTERPRETER
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jun 2, 2021
1 parent e29e7ee commit 95a1e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ghcjs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Library
CPP-Options: -DDEBUG

if flag(ghci)
CPP-Options: -DGHCI
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
-- Include-Dirs: ../rts/dist/build

Other-Extensions:
Expand Down Expand Up @@ -1145,4 +1145,3 @@ Flag terminfo
Description: Build GHC with terminfo support on non-Windows platforms.
Default: True
Manual: True

2 changes: 1 addition & 1 deletion utils/pkg-input/ghci-ghcjs/ghci-ghcjs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
UnboxedTuples

if flag(ghci)
CPP-Options: -DGHCI
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
exposed-modules:
GHCi.Run
GHCi.CreateBCO
Expand Down

0 comments on commit 95a1e3e

Please sign in to comment.