mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
10 lines
259 B
Text
10 lines
259 B
Text
# SPDX-FileCopyrightText: 2025 Samuel Tyler <samuel@samuelt.me>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
BUILD_ZLIB = False
|
|
ZLIB_INCLUDE = /usr/include
|
|
ZLIB_LIB = %LIBDIR%
|
|
OLD_ZLIB = False
|
|
GZIP_OS_CODE = AUTO_DETECT
|
|
USE_ZLIB_NG = False
|