Skip to content

Commit

Permalink
fix linux target architecture flags (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Dec 15, 2024
1 parent 94fa5a0 commit 808ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ ifdef APPIMAGE
HOST_ARCH:=-mtune=generic -march=x86-64
endif

ifdef LINUX
ifeq ($(TARGET), linux)
HOST_ARCH:=-mtune=generic
endif

Expand Down

0 comments on commit 808ec81

Please sign in to comment.