Skip to content

Commit f2e069b

Browse files
committed
* Makefile: fixed typo in header.
1 parent 021ac32 commit f2e069b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ ifeq ($(OS), os3)
219219

220220
# Compiler/Linker flags
221221
CPU = -m68020-60 -msoft-float -D__amigaos3__
222-
CFLAGS += -mcrt=clib2
223-
LDFLAGS += -mcrt=clib2
222+
CFLAGS += -noixemul
223+
LDFLAGS += -noixemul
224224
LDLIBS += -ldebug
225225

226226
else

0 commit comments

Comments
 (0)