Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 154124d

Browse files
committed
Added missing post_install for python #2673
1 parent b683a5c commit 154124d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/python/post_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
set -o errexit
3+
4+
ldconfig

0 commit comments

Comments
 (0)