libkernaux/config/root-native

11 lines
193 B
Bash
Executable File

#!/bin/sh
set -e
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
export CFLAGS='-fPIC'
"$REPO/configure" --enable-tests