Skip to content

Commit 324f5dc

Browse files
committed
Build: fixed missing DragonFlyBSD and NetBSD dependency
1 parent 89cc006 commit 324f5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/rebol3.nest

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ include-iconv: [
566566
#if macOS? [
567567
library: %iconv
568568
]
569-
#if (any [OpenBSD? FreeBSD?]) [
569+
#if (find [OpenBSD FreeBSD NetBSD DragonFlyBSD] system/platform) [
570570
include: %/usr/local/include
571571
library: %/usr/local/lib/
572572
library: %iconv

0 commit comments

Comments
 (0)