build fltk gui by default
This commit is contained in:
parent
fd51b21d4b
commit
bf1c4a9a21
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
FLTK=${FLTK:=NO}
|
||||
FLTK=${FLTK:=YES}
|
||||
|
||||
PRGNAM=nut
|
||||
VERSION=${VERSION:-18.5}
|
||||
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
|
||||
ARCH=$(uname -m)
|
||||
LIBSUFFIX=$(echo $ARCH | grep -o 64)
|
||||
|
|
Loading…
Reference in a new issue