Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Feb 2, 2025
1 parent 91f6ab6 commit 29ebfb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -3355,8 +3355,8 @@ EOF

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

if [ "$ENABLE_STRIP" = 1 ] ; then
Expand Down Expand Up @@ -5759,7 +5759,7 @@ $DOT_CONTENT
;;
itstool)
PACKAGE_DEP_AUX_NEED_TO_BUILD_LOCALLY="$PACKAGE_DEP_AUX_NEED_TO_BUILD_LOCALLY itstool"
PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP perl python3 gmake gm4"
PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP perl python3 cmake gmake gm4"
;;
cmake)
if [ "$NATIVE_PLATFORM_TYPE" = netbsd ] ; then
Expand Down Expand Up @@ -10080,7 +10080,7 @@ fi
fi
}

PPKG_VERSION=0.18.10
PPKG_VERSION=0.18.11

PPKG_ARG0="$0"
PPKG_ARG1="$1"
Expand Down

0 comments on commit 29ebfb1

Please sign in to comment.