Skip to content

Commit 8631f70

Browse files
committed
Build: fixed missing define causing error with Clang on Windows
1 parent 04c82ae commit 8631f70

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
@@ -1026,6 +1026,7 @@ common: [
10261026

10271027
;define: :config
10281028
define: {REBOL_OPTIONS_FILE=\"gen-config.h\"} ;@@ TODO: should be auto-escaped!
1029+
define: UNICODE
10291030

10301031
;cflags: [-ffast-math]
10311032

0 commit comments

Comments
 (0)