mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Define "TARGET" variable to avoid hardcoding "i386-unknown-linux-musl" everywhere
This commit is contained in:
parent
a7397d5caa
commit
502e8f944c
37 changed files with 81 additions and 79 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
sed -i "/^LIBDIR/d" /steps/env
|
||||
LIBDIR=${PREFIX}/lib/i386-unknown-linux-musl
|
||||
echo "LIBDIR=${LIBDIR}" >> /steps/env
|
||||
Loading…
Add table
Add a link
Reference in a new issue