Skip to content

Commit

Permalink
Remove msvc explicit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 8, 2023
1 parent b8ad755 commit e6ba3cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CC: msvc
CXX: msvc
# LDFLAGS: "-Wl,-S"
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion tools/cibw_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ choco install rtools -y --no-progress --force --version=4.3.5550
export PATH=$PATH:/c/msys64/usr/bin:/c/msys64/mingw64/bin
export PATH=$PATH:/c:/rtools40/ucrt64/bin
# set PATH=C:\rtools40\ucrt64\bin\;%PATH%
g++ --version
# g++ --version


# Create a a set commands to install mingw64 on windows-2019 server for compiling native Python extension modules
Expand Down

0 comments on commit e6ba3cf

Please sign in to comment.