Skip to content

Commit

Permalink
update cygwin-config-ext.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 10, 2025
1 parent 8210989 commit d9a1420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sapi/scripts/cygwin/cygwin-config-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ fi
mkdir -p ${WORK_DIR}/ext/imagick/
tar --strip-components=1 -C ${WORK_DIR}/ext/imagick/ -xf imagick-${IMAGICK_VERSION}.tgz

# cp -rf var/cygwin-build/ext/* var/
cd ${__PROJECT__}
# cp -rf var/cygwin-build/ext/* ext/
cp -rf ${WORK_DIR}/ext/* ${__PROJECT__}/ext/

cd ${__PROJECT__}

0 comments on commit d9a1420

Please sign in to comment.