Skip to content

Commit

Permalink
LIBS --> LOADLIBES
Browse files Browse the repository at this point in the history
  • Loading branch information
modality committed Apr 3, 2014
1 parent afa53b4 commit 74c1139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_binary.py
Expand Up @@ -81,7 +81,7 @@ def build_makefile ():
LDFLAGS = -Wl,--rpath-link,$(RTBKIT_HOME)/lib -L$(RTBKIT_HOME)/lib
LDFLAGS += -Wl,--copy-dt-needed-entries
LDFLAGS += -Wl,--no-as-needed
LIBS = -lrtbkit -lexception_hook -ltcmalloc -ldl
LOADLIBES = -lrtbkit -lexception_hook -ltcmalloc -ldl
EXECS = multi_agent data_logger_ex \
bidding_agent_console bidding_agent_ex \
bid_request_endpoint \
Expand Down

0 comments on commit 74c1139

Please sign in to comment.