Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Sep 21, 2024
1 parent 65bfba2 commit 2560182
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -3169,7 +3169,7 @@ EOF

cat >> cabal.project <<EOF
package *
extra-include-dirs: $libffi_INCLUDE_DIR
extra-include-dirs: $libffi_INCLUDE_DIR,$libz_INCLUDE_DIR
extra-lib-dirs: $PACKAGE_WORKING_DIR/lib
EOF

Expand Down
4 changes: 0 additions & 4 deletions xbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,6 @@ EOF
run ln -s libtoolize bin/glibtoolize
fi

if [ "$1" = 'ghc' ] ; then
gsed -i "/ compiler flags/s|\")| -I$PACKAGE_INSTALL_ROOT/libffi/include\")|" lib/ghc-*/lib/settings
fi

#########################################################################################

cat > toolchain.txt <<EOF
Expand Down

0 comments on commit 2560182

Please sign in to comment.