Skip to content

Commit 35b2a9f

Browse files
committed
fix issue reported by libtool
1 parent ddc2b30 commit 35b2a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile-variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CXXFLAGS ?= --std=c++17 -O3 -Iinclude $(shell pkg-config --cflags getargv)
4040
endif
4141

4242
EXTRA_CXXFLAGS := -pedantic-errors -Weverything -Wno-c++98-compat -Wno-pre-c++20-compat-pedantic -Wno-poison-system-directories
43-
LDFLAGS := -Llib -fvisibility=default -fPIC
43+
LDFLAGS := -Llib -fvisibility=default -fPIC -headerpad_max_install_names
4444
LDLIBS ?= $(shell pkg-config --libs getargv)
4545

4646
LIB_SHORT_NAME := getargv++

0 commit comments

Comments
 (0)