From e0e167f9d367c79a30d1e3d97bd69e10b12b7b8d Mon Sep 17 00:00:00 2001 From: Oldes Huhuman Date: Wed, 17 Jul 2024 23:09:32 +0200 Subject: [PATCH] Build: using GCC compiler on Linux platforms --- Rebol-SQLite.nest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rebol-SQLite.nest b/Rebol-SQLite.nest index 0ed0755..40d4683 100644 --- a/Rebol-SQLite.nest +++ b/Rebol-SQLite.nest @@ -10,7 +10,7 @@ version: 3.46.0 #if Windows? [ define: TO_WINDOWS define: _CRT_SECURE_NO_WARNINGS upx: on] #if macOS? [ define: TO_OSX define: HAS_BOOL] -#if Linux? [ define: TO_LINUX ] +#if Linux? [ define: TO_LINUX compiler: gcc] #if BSD? [ compiler: clang ] target-x86: [