Skip to content

Commit

Permalink
Fixing strip command.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 23, 2024
1 parent 26f95c5 commit dc67052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/ci/windows-msys/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export PACKAGES_DIR="${PWD}/packages/windows-${COMPILER}"
export BUILD_PATH="${PWD}/build-${COMPILER}-x64"
export PYTHONPATH="${PWD}/DeployTools"

/c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/*
/c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/*
/mingw32/bin/strip "${INSTALL_PREFIX}/x86"/*
/mingw64/bin/strip "${INSTALL_PREFIX}/x64"/*
mkdir -p "${PACKAGES_DIR}"

python3 DeployTools/deploy.py \
Expand Down

0 comments on commit dc67052

Please sign in to comment.