From: MatthieuCoder Date: Tue, 3 Jan 2023 15:03:10 +0000 (+0400) Subject: make msys2 build pass X-Git-Tag: v0.1~17 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f328723cc7135ef3ca48160382926c126cdb564e;p=matthieu%2Fnova.git make msys2 build pass --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a5211b..418e3af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v2 - uses: msys2/setup-msys2@v2 with: - install: git mingw-w64-x86_64-go mingw-w64-x86_64-make mingw-w64-x86_64-protobuf mingw-w64-x86_64-rust mingw-w64-x86_64-gcc + install: git mingw-w64-x86_64-go mingw-w64-x86_64-make mingw-w64-x86_64-protobuf mingw-w64-x86_64-rust mingw-w64-x86_64-gcc mingw-w64-x86_64-dlfcn - name: Build run: | @@ -86,6 +86,7 @@ jobs: - name: All in one run: | cd exes/all + export LDFLAGS='-lntdll -lWs2_32 -lcrypt32 -lSecur32 -luserenv -lNcrypt -lbcrypt' mingw32-make.exe build - name: Move artifacts