| author | |
| committer | |
| log | 1547692d188ddc0c6f2dfbe4a1f943b380717306 |
| tree | 609ba291d9e7863bf9939db65e2df6f0ea6a3048 |
| parent | 9c39d5720f4d06bf3e4f14ec50d702b50c9f0cdd |
1 files changed, 2 insertions(+), 0 deletions(-)
CMakeLists.txt+2| ... | ... | @@ -8782,6 +8782,8 @@ endif() |
| 8782 | 8782 | if(ZIG_STATIC) |
| 8783 | 8783 | if(APPLE) |
| 8784 | 8784 | set(EXE_LDFLAGS "-static-libgcc -static-libstdc++") |
| 8785 | elseif(MINGW) | |
| 8786 | set(EXE_LDFLAGS "-static-libgcc -static-libstdc++ -Wl,-Bstatic,--whole-archive -lwinpthread -lz3 -lz -lgomp -Wl,--no-whole-archive") | |
| 8785 | 8787 | else() |
| 8786 | 8788 | set(EXE_LDFLAGS "-static") |
| 8787 | 8789 | endif() |