Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Sep 20, 2024
1 parent 2cdbb88 commit c167539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -6033,7 +6033,8 @@ EOF
##################################################################################

if [ "$PACKAGE_USE_BSYSTEM_CABAL" = 1 ] ; then
PROXIED_CC_ARGS="$PROXIED_CC_ARGS -L$PACKAGE_WORKING_DIR/lib"
# fatal error: 'ffi.h' file not found
PROXIED_CC_ARGS="$PROXIED_CC_ARGS -L$PACKAGE_WORKING_DIR/lib -I$libffi_INCLUDE_DIR"
fi

##################################################################################
Expand Down

0 comments on commit c167539

Please sign in to comment.