diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-02-23 08:10:11 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-02-23 08:10:11 +1100 |
| commit | e9c18ebff69eb821a3e4352da421bc09e1e409f8 (patch) | |
| tree | 0c57dbabd62c369b9e21f999204dc76fab510b3c /src | |
| parent | 6c41c9121d634ccaf6cd169290f17f6fbd4ca14e (diff) | |
| parent | 01c1b4fd69fa26a409fc1ec315b53c069d059c6a (diff) | |
Merge remote-tracking branch 'lenormf/fix-makefile'
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 83284128..9d66bf5f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,7 @@ deps := $(addprefix ., $(sources:.cc=$(suffix).d)) PKG_CONFIG ?= $(shell command -v pkg-config 2>/dev/null) ifeq ($(static),yes) - PKG_CONFIG_FLAGS += -static + PKG_CONFIG_FLAGS += --static LDFLAGS += -static -pthread endif |
