mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
10 lines
286 B
Text
10 lines
286 B
Text
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
BUILD_ZLIB = False
|
|
ZLIB_INCLUDE = /usr/include
|
|
ZLIB_LIB = /usr/lib/i386-unknown-linux-musl
|
|
OLD_ZLIB = False
|
|
GZIP_OS_CODE = AUTO_DETECT
|
|
USE_ZLIB_NG = False
|