Skip to content

Commit

Permalink
Remove ENV directives in compile method
Browse files Browse the repository at this point in the history
  • Loading branch information
froch committed Jul 25, 2024
1 parent 2d1f5b6 commit d1be5c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ def install_libwasmvm
end

def compile_and_install_xiond
unless OS.mac?
ENV["LINK_STATICALLY"] = "true"
ENV["LDFLAGS"] = "-linkmode external -extldflags '-static'"
end

system "make", "install"
bin.install "#{ENV.fetch("GOPATH", nil)}/bin/xiond"
end
Expand Down

0 comments on commit d1be5c8

Please sign in to comment.