Skip to content

Commit 32773c9

Browse files
committed
support sunos
1 parent f4adb01 commit 32773c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
lib_talib_name = 'ta_lib' # the underlying C library's name
2424

2525
platform_supported = False
26-
for prefix in ['darwin', 'linux', 'bsd']:
26+
for prefix in ['darwin', 'linux', 'bsd', 'sunos']:
2727
if prefix in sys.platform:
2828
platform_supported = True
2929
include_dirs = [

0 commit comments

Comments
 (0)