Skip to content

Commit 5fc9239

Browse files
committed
Power Linux support added. Updated to v1.4.2
1 parent f89e428 commit 5fc9239

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

com.ibm.streamsx.regex/com.ibm.streamsx.regex.re2/native.function/function.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
<library>
5050
<cmn:description></cmn:description>
5151
<cmn:managedLibrary>
52-
<cmn:lib>re2</cmn:lib>
5352
<cmn:libPath>../../impl/lib</cmn:libPath>
5453
<cmn:includePath>../../impl/include</cmn:includePath>
54+
<cmn:command>../../impl/bin/setLib.sh</cmn:command>
5555
</cmn:managedLibrary>
5656
</library>
5757
</dependencies>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
if [ "$1" = "lib" ]; then
4+
echo "re2.`uname -p`";
5+
fi
15.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)