Skip to content

Commit

Permalink
Fix CARGO_TARGET again
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jan 2, 2023
1 parent b0141f9 commit cc6a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CARGO_TARGET ?=
CARGO_TARGET_STR ?=

ifneq ($(CARGO_TARGET),)
CARGO_TARGET_STR := --target $(CARGO_TARGET_STR)
CARGO_TARGET_STR := --target $(CARGO_TARGET)
endif

# Variables that can be overridden by the users to force to enable or
Expand Down

0 comments on commit cc6a74f

Please sign in to comment.