Skip to content

Commit 4070cfc

Browse files
committed
FIX: missing define from the previous change
1 parent 9a327d3 commit 4070cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/rebol3.nest

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ optimize: 2
2121
version: 3.10.3
2222

2323
#if Linux? [ defines: TO_LINUX ]
24+
#if macOS? [ defines: TO_MACOS ]
2425
#if Windows? [ defines: TO_WINDOWS ]
2526
#if OpenBSD? [ defines: TO_OPENBSD ]
2627
#if FreeBSD? [ defines: TO_FREEBSD ]

0 commit comments

Comments
 (0)