how-lix-os-pkgs/gptfdisk/default/make.sh

6 lines
125 B
Bash
Executable File

#!/bin/sh
# not finding ncurses_dll.h, so point to it explicitly.
CXXFLAGS="$CXXFLAGS -I/include/ncurses" \
make -j$(nproc)