Skip to content

Commit

Permalink
Makefile: Don't mess with PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 11, 2023
1 parent 2087684 commit 6278dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.static
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ else
AS = nasm
endif

PATH += :toolchain/local/bin
CC := $(PREFIX)-gcc
OBJCOPY := $(PREFIX)-objcopy
QEMU := qemu-system-$(ARCH)
Expand Down

0 comments on commit 6278dde

Please sign in to comment.