mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +02:00
setup.py: be more verbose in the go build
This commit is contained in:
parent
7c36700ad7
commit
cb4d16f03e
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ def get_version():
|
|||||||
class BuildJsonnetExt(BuildExt):
|
class BuildJsonnetExt(BuildExt):
|
||||||
def run(self):
|
def run(self):
|
||||||
p = Popen(
|
p = Popen(
|
||||||
["go", "build", "-o", "libgojsonnet.a", "-buildmode=c-archive"],
|
["go", "build", "-x", "-o", "libgojsonnet.a", "-buildmode=c-archive"],
|
||||||
cwd=LIB_DIR,
|
cwd=LIB_DIR,
|
||||||
stdout=PIPE,
|
stdout=PIPE,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user