Skip to content

Commit

Permalink
Temporary Fix for Zig Build
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Oct 18, 2022
1 parent b05cae9 commit 7fd9964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Application.mk
Expand Up @@ -128,7 +128,8 @@ endef
define ELFCOMPILEZIG
@echo "ZIG: $1"
# Remove target suffix here since zig compiler add .o automatically
$(Q) $(ZIG) build-obj $(ZIGELFFLAGS) $($(strip $1)_ZIGELFFLAGS) --name $(basename $2) $1
# Previously: $(Q) $(ZIG) build-obj $(ZIGELFFLAGS) $($(strip $1)_ZIGELFFLAGS) --name $(basename $2) $1
$(Q) zig build-obj $(ZIGELFFLAGS) $($(strip $1)_ZIGELFFLAGS) --name $(basename $2) $1
endef

define ELFLD
Expand Down

0 comments on commit 7fd9964

Please sign in to comment.