Skip to content

Commit 34da0b8

Browse files
committed
Debuginfo for darwin is not supported anymore
1 parent 172783c commit 34da0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mx.sdk/mx_sdk_vm_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ class SvmSupport(object):
11401140
def __init__(self):
11411141
self._svm_supported = has_component('svm', stage1=True)
11421142
self._svm_ee_supported = self._svm_supported and has_component('svmee', stage1=True)
1143-
self._debug_supported = self._svm_supported and (mx.is_linux() or mx.is_windows() or (mx.is_darwin() and has_component('svmee', stage1=True)))
1143+
self._debug_supported = self._svm_supported and (mx.is_linux() or mx.is_windows())
11441144
self._separate_debuginfo_ext = {
11451145
'linux': '.debug',
11461146
'windows': '.pdb',

0 commit comments

Comments
 (0)