Skip to content

Commit 55464f7

Browse files
committed
Add MACH, RAVYNOS defines to librt
1 parent 282cdee commit 55464f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/librt/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
1010
CFLAGS+=-fexceptions
1111
.endif
1212
CFLAGS+=-Wall
13+
CFLAGS+=-D__MACH__ -D__RAVYNOS__
1314
LIBADD= pthread
1415

1516
WARNS?= 2

0 commit comments

Comments
 (0)