Browse Source

Only use --mixed for win64

Signed-off-by: falkTX <falktx@falktx.com>
pull/942/head
falkTX 1 year ago
parent
commit
49f1137da8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -117,7 +117,7 @@ jobs:
pushd PawPaw && source local.env ${{ matrix.target }} && popd
export PATH+=":/usr/i686-w64-mingw32/bin"
export LDFLAGS+="-L~/PawPawBuilds/targets/win64/lib32"
./waf configure --platform=win32 --prefix=$(pwd)/destdir --static --mixed
./waf configure --platform=win32 --prefix=$(pwd)/destdir --static ${{ matrix.target == 'win64' && '--mixed' || '' }}
./waf build -j $(nproc)
./waf install
- name: Generate MSVC lib files


Loading…
Cancel
Save