Skip to content

Commit

Permalink
Try to change assignment of IS_WORKWLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed Oct 3, 2023
1 parent 451c302 commit c956f4d
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 @@ -8,7 +8,7 @@ ARCH_PREFIX := x86_64-elf
ASM_COMPILER := nasm
QEMU_SYSTEM := qemu-system-x86_64

IS_WORKFLOW ?= 0
IS_WORKFLOW = 0

ifeq ($(TOOLCHAIN), gcc)
X_CC = $(ARCH_PREFIX)-gcc
Expand Down

0 comments on commit c956f4d

Please sign in to comment.