nano/build.sh
2023-05-12 19:44:52 +02:00

9 lines
140 B
Bash
Executable file

#!/bin/bash
set -e
cd build
echo "Building glibc..."
../nano-$YAPM_PACKAGE_VERSION/configure --target=$YAPM_BUILD_TARGET
make -j$(nproc)