We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4adb01 commit 32773c9Copy full SHA for 32773c9
setup.py
@@ -23,7 +23,7 @@
23
lib_talib_name = 'ta_lib' # the underlying C library's name
24
25
platform_supported = False
26
-for prefix in ['darwin', 'linux', 'bsd']:
+for prefix in ['darwin', 'linux', 'bsd', 'sunos']:
27
if prefix in sys.platform:
28
platform_supported = True
29
include_dirs = [
0 commit comments