Skip to content

Commit dce96f5

Browse files
vxeVijay Edwin
andauthored
Co-authored-by: Vijay Edwin <[email protected]>
1 parent 5d697e8 commit dce96f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libpython_clj/python/interpreter.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ print(json.dumps(
9494
;; ..: mac and windows are for sys.platform
9595
:linux "libpython%s.%sm?.so$"
9696
:mac "libpython%s.%sm?.dylib$"
97+
:darwin "libpython%s.%sm?.dylib$"
9798
:win32 "python%s%s.dll$")
9899
major minor))))
99100

0 commit comments

Comments
 (0)