mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Remove flag to set version
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
a67b4c6a1b
commit
21b5ecad6d
@@ -11,6 +11,6 @@ class Gox < Package
|
||||
|
||||
def self.install
|
||||
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
|
||||
system "go build -ldflags \"-X main.VERSION=v0.3.0\" -o #{CREW_DEST_DIR}/usr/local/bin/gox"
|
||||
system "go build -o #{CREW_DEST_DIR}/usr/local/bin/gox"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user