Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Nov 10, 2023
1 parent 3081dd6 commit f61aaaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ifeq ($(OS),Windows_NT)
@echo "building bdjuno binary..."
@go build -mod=readonly $(BUILD_FLAGS) -o build/bdjuno.exe ./cmd/bdjuno
else
@ls -lh /
@echo "building bdjuno binary..."
@wget https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0/libwasmvm_muslc.x86_64.a -O /lib64/libwasmvm_muslc.a
@go build -mod=readonly $(BUILD_FLAGS) -o build/bdjuno ./cmd/bdjuno
Expand Down

0 comments on commit f61aaaa

Please sign in to comment.