Skip to content

Commit

Permalink
Add MACH, RAVYNOS defines to librt
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed May 8, 2024
1 parent 282cdee commit 55464f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/librt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
CFLAGS+=-fexceptions
.endif
CFLAGS+=-Wall
CFLAGS+=-D__MACH__ -D__RAVYNOS__
LIBADD= pthread

WARNS?= 2
Expand Down

0 comments on commit 55464f7

Please sign in to comment.