We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489653a commit e0e167fCopy full SHA for e0e167f
Rebol-SQLite.nest
@@ -10,7 +10,7 @@ version: 3.46.0
10
11
#if Windows? [ define: TO_WINDOWS define: _CRT_SECURE_NO_WARNINGS upx: on]
12
#if macOS? [ define: TO_OSX define: HAS_BOOL]
13
-#if Linux? [ define: TO_LINUX ]
+#if Linux? [ define: TO_LINUX compiler: gcc]
14
#if BSD? [ compiler: clang ]
15
16
target-x86: [
0 commit comments