diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 13:07:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:18 -0400 |
commit | b0a41a3af62abf1b1127e64f9c6940c868bbc58d (patch) | |
tree | 8d0c640b0bd28d91e68c284a53e8bdf6baacd184 /tools/msgenc | |
parent | 4adfd8ba02e692e56c68c3e0dc3cd28fb04e9341 (diff) |
knarc/msgenc ldflags patch
Diffstat (limited to 'tools/msgenc')
-rw-r--r-- | tools/msgenc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/msgenc/Makefile b/tools/msgenc/Makefile index f6ddc439..05253e8b 100644 --- a/tools/msgenc/Makefile +++ b/tools/msgenc/Makefile @@ -1,7 +1,6 @@ CXXFLAGS := -std=c++17 -O2 -Wall -Wno-switch CFLAGS := -O2 -Wall -Wno-switch -WSLENV ?= no ifeq ($(OS),Windows_NT) LDFLAGS += -lstdc++fs else @@ -9,11 +8,9 @@ UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) LDFLAGS += -lstdc++ -lc++ -lc else -ifneq ($(WSLENV),) LDFLAGS += -lstdc++fs endif endif -endif CXX_SRCS := msgenc.cpp HEADERS := |