Skip to content

Commit c481382

Browse files
committed
[lldb] Add CommandLineTools fallback RPATH for Python3.framework
Add another fallback RPATH to find Python3.framework in CommandLineTools. rdar://83123556
1 parent cd36cc0 commit c481382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/API/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ if(Python3_RPATH)
143143
"@loader_path/../../../../Developer/Library/Frameworks/"
144144
"@loader_path/../../../../Frameworks"
145145
"@loader_path/../../../"
146+
"/Library/Developer/CommandLineTools/Library/Frameworks"
146147
"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/"
147148
)
148149
endif()

0 commit comments

Comments
 (0)