Skip to content

Commit

Permalink
add debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Apr 18, 2023
1 parent 765994b commit 1f2d8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ CARGO ?= cargo

TARGET ?= $(RUST_TARGET)
TARGET ?= x86_64-unknown-linux-gnu
$(info HERE $(TARGET))
$(info RUST_TARGET $(RUST_TARGET))
$(info TARGET $(TARGET))

.PHONY:
all: build-ain-rs-exports build-ain-grpc
Expand Down

0 comments on commit 1f2d8ae

Please sign in to comment.