Skip to content

Commit

Permalink
Move -mcrt=clib2 to correct variable
Browse files Browse the repository at this point in the history
This should be specified in CFLAGS, not IFLAGS.
  • Loading branch information
Colin Ward authored and hitman-codehq committed Nov 22, 2023
1 parent f736535 commit 3044b76
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 @@ -26,7 +26,7 @@ ifdef PREFIX
LFLAGS += -athread=native
OBJ := $(OBJ)_OS4
else
IFLAGS += -mcrt=clib2
CFLAGS += -mcrt=clib2
AUTO_LIBRARY = $(OBJ)/libauto.a
endif
endif
Expand Down

0 comments on commit 3044b76

Please sign in to comment.