Skip to content

Commit

Permalink
[intel-pt] Fix building due to CMake + python changes
Browse files Browse the repository at this point in the history
Python is now handled in CMake with different variables, thus
the intel plugin needs a corresponding update.

Test Plan:

Differential Revision: https://phabricator.intern.facebook.com/D22555992
  • Loading branch information
walter-erquinigo committed Jul 16, 2020
1 parent 9785f7b commit 4c5d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/tools/intel-features/CMakeLists.txt
Expand Up @@ -56,7 +56,7 @@ add_lldb_library(lldbIntelFeatures SHARED

LINK_LIBS
${FEATURE_LIBS}
${PYTHON_LIBRARY}
${PYTHON_LIBRARIES}
)

# Add link dependencies for python wrapper
Expand Down

0 comments on commit 4c5d523

Please sign in to comment.