[gha] XP: use make option for XP

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-03-16 04:29:02 +03:00
parent 9f1106b14a
commit 33645d7f09
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -67,7 +67,7 @@ jobs:
- name: Build application
run: |
mkdir -p obj/Win32 obj/libi2pd obj/libi2pd_client obj/daemon
make USE_UPNP=yes DEBUG=no USE_GIT_VERSION=yes -j3
make USE_UPNP=yes DEBUG=no USE_GIT_VERSION=yes USE_WINXP_FLAGS=yes -j3
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: