libkernaux/config/root-native

11 lines
193 B
Plaintext
Raw Normal View History

2022-01-17 11:34:38 +00:00
#!/bin/sh
set -e
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
2022-01-20 18:54:25 +00:00
export CFLAGS='-fPIC'
2022-01-17 12:33:28 +00:00
"$REPO/configure" --enable-tests