Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed May 4, 2024
1 parent 4142925 commit 79b0387
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,9 @@ else ifeq ($(TARGET), linux)
export SDL=1
ifeq ($(LINUX_ARCH), arm)
CHOST?=arm-linux-gnueabihf
export LINUX_CROSS=1
else ifeq ($(LINUX_ARCH), arm64)
CHOST?=aarch64-linux-gnu
export LINUX_CROSS=1
else
export LINUX=1
export EMULATE_READER=1
endif
else ifeq ($(TARGET), macos)
Expand Down

0 comments on commit 79b0387

Please sign in to comment.