From e6ba3cfc726c8cfd101923c9ea6f029562d73b0f Mon Sep 17 00:00:00 2001 From: peekxc Date: Fri, 8 Dec 2023 11:37:50 -0500 Subject: [PATCH] Remove msvc explicit reference --- .github/workflows/build_windows.yml | 2 -- tools/cibw_windows.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 610e2bd..21e5a47 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -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 diff --git a/tools/cibw_windows.sh b/tools/cibw_windows.sh index 8b72b46..ed6a94d 100644 --- a/tools/cibw_windows.sh +++ b/tools/cibw_windows.sh @@ -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