Skip to content

Commit

Permalink
Remove deprecated bind_at_load from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored and r4sas committed Nov 12, 2023
1 parent 6b33250 commit 1a02819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DEFINES := -DMAC_OSX
LDFLAGS := -Wl,-rpath,/usr/local/lib -L/usr/local/lib
LDFLAGS += -Wl,-dead_strip
LDFLAGS += -Wl,-dead_strip_dylibs
LDFLAGS += -Wl,-bind_at_load

ifeq ($(USE_STATIC),yes)
LDLIBS = -lz /usr/local/lib/libcrypto.a /usr/local/lib/libssl.a /usr/local/lib/libboost_system.a /usr/local/lib/libboost_date_time.a /usr/local/lib/libboost_filesystem.a /usr/local/lib/libboost_program_options.a -lpthread
Expand Down

0 comments on commit 1a02819

Please sign in to comment.