repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
tinyalsa
/
build
blob
8b8e5d932083037896f23be6014e4953504494d2
1
#!/bin/sh -e
2
3
#export LDFLAGS="$LDFLAGS --static"
4
export
DESTDIR
=
"
$1
"
5
6
meson \
7
--prefix
=/
usr \
8
-Dbuildtype
=
plain \
9
-Ddebug
=
false \
10
-Dstrip
=
true \
11
-Db_ndebug
=
true \
12
-Ddocs
=
disabled \
13
-Dexamples
=
disabled \
14
. build
15
16
# -Ddefault_library=static \
17
18
19
ninja
-C
build
20
ninja
-C
build
install
21