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
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
android-tools
/
build
blob
c3790c40d7a9cce272fefce73d74fe0d985926db
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
#GO111MODULE=off
5
LDFLAGS
=
'-L/usr/lib/eudev'
PKG_CONFIG_PATH
=
'/usr/include/eudev'
cmake
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-DCMAKE_BUILD_TYPE
=
None
8
9
cmake
--build
build
10
cmake
--install
build