Changes between Initial Version and Version 1 of Ticket #61733, comment 6
- Timestamp:
- Feb 23, 2022, 9:41:01 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61733, comment 6
initial v1 1 1 Seems to fail even with latest HEAD from mpv git repo: 2 2 3 {{{ 3 4 Checking for macOS SDK : Traceback (most recent call last): 4 5 File "/Users/zsolt/git_work/mpv/.waf3-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Scripting.py", line 119, in waf_entry_point … … 23 24 minor = string.ascii_lowercase.index(version_parts.group(2).lower()) 24 25 ValueError: substring not found 26 }}}