projects
/
libjh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d8fbd
)
also link statically
author
Jann Horn
<jann@thejh.net>
Tue, 9 Jun 2015 15:21:35 +0000
(17:21 +0200)
committer
Jann Horn
<jann@thejh.net>
Tue, 9 Jun 2015 15:21:35 +0000
(17:21 +0200)
compile.sh
patch
|
blob
|
history
diff --git
a/compile.sh
b/compile.sh
index
5a4327b
..
b8e658e
100755
(executable)
--- a/
compile.sh
+++ b/
compile.sh
@@
-83,4
+83,5
@@
done
# ... and link!
cd gen/obj
$CC -shared -Wl,-soname,libjh.so -o ../libjh.so $(ls)
+ar rcs ../libjh.a $(ls)
cd ../..