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 23, 2023
1 parent a99491d commit b87bef4
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 @@ -33,7 +33,7 @@ ifdef PREFIX
LFLAGS += -athread=native
OBJ := $(OBJ)_OS4
else
IFLAGS += -mcrt=clib2
CFLAGS += -mcrt=clib2
LFLAGS += -mcrt=clib2
LIBS += -lnet
endif
Expand Down

0 comments on commit b87bef4

Please sign in to comment.