Skip to content

Commit 7d0b310

Browse files
committed
Update Github build so Windows libraries are static. (issue #3)
1 parent 7c7bc27 commit 7d0b310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
compile_cmd: g++ -std=c++17 src/bbfenc.cpp src/libbbf.cpp src/xxhash.c -o bbfmux -pthread
2121
- os: windows-latest
2222
binary_name: bbfmux.exe
23-
compile_cmd: g++ -std=c++17 src/bbfenc.cpp src/libbbf.cpp src/xxhash.c -o bbfmux.exe -municode
23+
compile_cmd: g++ -std=c++17 src/bbfenc.cpp src/libbbf.cpp src/xxhash.c -o bbfmux.exe -municode -static-libgcc -static-libstdc++ -static
2424

2525
steps:
2626
- name: Checkout code

0 commit comments

Comments
 (0)