1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00
libkernaux/config/root-native
Alex Kotov 44cb155baf
Main: generate position-independent code by default
Disable with "--disable-pic"
2022-02-02 07:37:13 +05:00

8 lines
170 B
Bash
Executable file

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