From: Jann Horn Date: Tue, 9 Jun 2015 15:21:35 +0000 (+0200) Subject: also link statically X-Git-Url: http://git.thejh.net/?p=libjh.git;a=commitdiff_plain;h=c5c85660f673e4324563a486a6463074f9f5eff8;hp=b4d8fbd65d908e44f66416f0d523be20604011b4;ds=sidebyside also link statically --- diff --git a/compile.sh b/compile.sh index 5a4327b..b8e658e 100755 --- 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 ../..