Skip to content

Commit

Permalink
Fix Makefile stuff for Amiga
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope committed Jan 4, 2024
1 parent 9f145f3 commit d87ecfe
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 @@ -24,7 +24,7 @@ endif
ifeq ($(ARCH), armv7l) # ARM32, i.e Raspberries
LIBDIR ?= lib/arm-linux-gnueabihf
endif
ifeq ($(ARCH), armv7l) # Motorola 68k - Amiga forever
ifeq ($(ARCH), m68k-linux-gnu) # Motorola 68k - Amiga forever
LIBDIR ?= lib/m68k-linux-gnu
endif

Expand Down

0 comments on commit d87ecfe

Please sign in to comment.