Skip to content

Commit 1374bbc

Browse files
committed
MacOS support in callout
1 parent 26503ce commit 1374bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isc/py/Callout.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Parameter StreamExecute As Integer = 9;
3838
/// write ##class(isc.py.Callout).GetLib()
3939
ClassMethod GetLib() [ CodeMode = expression ]
4040
{
41-
$g(^isc.py.Callout, $g(^%SYS("bindir")) _ "iscpython." _ $select($$$isWINDOWS:"dll", 1:"so"))
41+
$g(^isc.py.Callout, $g(^%SYS("bindir")) _ "iscpython." _ $select($$$isWINDOWS:"dll", $$$isMACOSX:"dylib", 1:"so"))
4242
}
4343

4444
/// Should be executed once per system start. Idempotent.

0 commit comments

Comments
 (0)