Skip to content

Commit

Permalink
ghc: add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Aug 10, 2024
1 parent 9b72325 commit 8f27791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions langs/ghc/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
sed -e 's/unknown/pc/g' llvm-targets > _
mv -f _ llvm-targets

# FIXME: currently this package is broken, since we cannot specify
# the DESTDIR. prefix here is meant to just be '/usr/' not
# the hack we currently have.

# I think that it should be possible to create a bindist, then copy
# said bindist over to the appropriate directory
./hadrian/build install --prefix="$1/usr" -j --flavour=quickest+no_profiled_libs --docs=none --skip-depends

0 comments on commit 8f27791

Please sign in to comment.