Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberkaida authored Dec 5, 2023
1 parent bb5f00d commit 01acca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-running-code/solutions/02-02-asm-stub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# so we can change toolchains for cross compilation

# Base of the LLVM installation
LLVM_HOME ?= $(shell llvm-config -prefix)
LLVM_HOME ?= $(shell llvm-config --prefix)
# Check that LLVM_HOME is set
ifeq ($(LLVM_HOME),)
$(error LLVM_HOME is not set. Check that llvm-config is on your PATH or set the LLVM_HOME environment variable)
Expand Down

0 comments on commit 01acca4

Please sign in to comment.