Skip to content

Commit e0e167f

Browse files
committed
Build: using GCC compiler on Linux platforms
1 parent 489653a commit e0e167f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rebol-SQLite.nest

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 3.46.0
1010

1111
#if Windows? [ define: TO_WINDOWS define: _CRT_SECURE_NO_WARNINGS upx: on]
1212
#if macOS? [ define: TO_OSX define: HAS_BOOL]
13-
#if Linux? [ define: TO_LINUX ]
13+
#if Linux? [ define: TO_LINUX compiler: gcc]
1414
#if BSD? [ compiler: clang ]
1515

1616
target-x86: [

0 commit comments

Comments
 (0)