Skip to content

Commit

Permalink
Update changeforest-r/src/Makevars.in
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kosenkov <[email protected]>
  • Loading branch information
mlondschien and Ilia-Kosenkov authored Jan 7, 2024
1 parent 52c61fd commit 84c3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changeforest-r/src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET ?= @RUST_TARGET@
TARGET_DIR = ./rust/target
LIBDIR = $(TARGET_DIR)/release
LIBDIR = $(TARGET_DIR)/$(TARGET)/release
STATLIB = $(LIBDIR)/libchangeforestr.a
PKG_LIBS = -L$(LIBDIR) -lchangeforestr

Expand Down

0 comments on commit 84c3495

Please sign in to comment.