Skip to content

Commit

Permalink
Build: make it possible to build 32bit Linux version on 64bit host
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 30, 2024
1 parent 4ee7767 commit e1247ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/rebol3.nest
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ eggs: [
]
]
#if Linux? [
#if (system/build/arch = 'x86) [
#if (find [x86 x64] system/build/arch) [
"Rebol/Base linux-x86" [
name: %rebol3-base-linux-x86
:target-linux
Expand All @@ -1308,8 +1308,6 @@ eggs: [
:include-rebol-bulk
:make-x86-exe
]
]
#if (system/build/arch = 'x64) [
"Rebol/Base linux-x64" [
name: %rebol3-base-linux-x64
:target-linux
Expand Down

0 comments on commit e1247ef

Please sign in to comment.