We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d697e8 commit dce96f5Copy full SHA for dce96f5
1 file changed
src/libpython_clj/python/interpreter.clj
@@ -94,6 +94,7 @@ print(json.dumps(
94
;; ..: mac and windows are for sys.platform
95
:linux "libpython%s.%sm?.so$"
96
:mac "libpython%s.%sm?.dylib$"
97
+ :darwin "libpython%s.%sm?.dylib$"
98
:win32 "python%s%s.dll$")
99
major minor))))
100
0 commit comments