Skip to content

Commit

Permalink
Merge pull request #28 from openai/pr/27
Browse files Browse the repository at this point in the history
Pr/27
  • Loading branch information
tlbtlbtlb committed Mar 30, 2017
2 parents 33bd0dd + de5fe15 commit d92bf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build():
# at runtime. TODO(jeremy): We might want this behavior on Linux, too.
#
# In Darwin, ld returns an error by default on undefined symbols. Use dynamic_lookup instead.
ldflags = '-undefined dynamic_lookup'
ldflags = '-undefined dynamic_lookup -s'
else:
library = sysconfig.get_config_var('LIBRARY')
match = re.search('^lib(.*)\.a', library)
Expand Down

0 comments on commit d92bf96

Please sign in to comment.