Skip to content

Commit

Permalink
Build: using GCC compiler on Linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 17, 2024
1 parent 489653a commit e0e167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rebol-SQLite.nest
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit e0e167f

Please sign in to comment.