Browse Source

Add -static-libgcc -static-libstdc++ for windows

pull/302/head
falkTX 4 years ago
parent
commit
8514dc72ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.base.mk

+ 1
- 1
Makefile.base.mk View File

@@ -198,7 +198,7 @@ endif

ifeq ($(WINDOWS),true)
# Always build statically on windows
LINK_FLAGS += -static
LINK_FLAGS += -static -static-libgcc -static-libstdc++
endif

# ---------------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save