Skip to content

Commit

Permalink
Update Linux stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed May 10, 2018
1 parent 0f9b4d4 commit 415b72d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 10 additions & 0 deletions Native/linux/genstub.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

TARGET="libplplot.so.15"

touch empty.c
gcc -shared -o $TARGET empty.c
gcc -Wl,--no-as-needed -shared -o libplplot.so -fPIC -L. -l:$TARGET
rm -f $TARGET
rm -f empty.c

Binary file added Native/linux/libplplot.so
Binary file not shown.
9 changes: 0 additions & 9 deletions PLplotNet/build/genstub.sh

This file was deleted.

Binary file removed PLplotNet/build/libplplot.so
Binary file not shown.

0 comments on commit 415b72d

Please sign in to comment.