Skip to content

Commit

Permalink
Take out .freeze because we modify this array if there is a host
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Klebanoff committed Apr 18, 2018
1 parent c1ee4d6 commit 6e720c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rbnacl/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def sys(cmd)
MAKEFILE

HOST = arg_config("--host")
OPTIONS = [].freeze
OPTIONS = []
OPTIONS << "--host=#{HOST}" if HOST

CWD = __dir__
Expand Down

0 comments on commit 6e720c8

Please sign in to comment.