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
pcre: fork, fix sources
[kiss-trunc88.git]
/
python-gobject
/
build
blob
0c2752bcb68514875069c5e294bef153c8c71634
1
#!/bin/sh -e
2
3
meson \
4
-Dprefix
=/
usr \
5
-Dbuildtype
=
plain \
6
-Ddebug
=
false \
7
-Dstrip
=
true \
8
-Db_ndebug
=
true \
9
-Dtests
=
false \
10
. build
11
12
ninja
-C
build
13
ninja
-C
build
install