mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-01-18 16:41:11 +00:00
support Linux 32-bit builds
This commit is contained in:
parent
a8cafce7c0
commit
525772599d
@ -105,8 +105,8 @@ build_nim() {
|
||||
rm -rf bin/nim_csources
|
||||
pushd csources
|
||||
if [[ "$ON_WINDOWS" == "0" ]]; then
|
||||
$MAKE clean
|
||||
$MAKE LD=$CC
|
||||
$MAKE $UCPU clean
|
||||
$MAKE $UCPU LD=$CC
|
||||
else
|
||||
$MAKE myos=windows $UCPU clean
|
||||
$MAKE myos=windows $UCPU CC=gcc LD=gcc
|
||||
@ -142,4 +142,3 @@ build_nim() {
|
||||
if nim_needs_rebuilding; then
|
||||
build_nim
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user