Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit a4a1933

Browse files
committed
added init function to header
1 parent 7aaeb8d commit a4a1933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_libpython.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ do
196196
"liboperator.a")
197197
fn="initoperator"
198198
;;
199+
"lib_struct.a")
200+
fn="init_struct"
201+
;;
199202
esac
200203
fi
201204
if [ ! -z $fn ]; then

0 commit comments

Comments
 (0)