mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Use FindPython3 in addition to pkg-config
This commit is contained in:
@@ -50,7 +50,7 @@ execute_process(COMMAND "${brew}" --prefix python3
|
||||
if(brew_python_f EQUAL 0)
|
||||
find_package_message(brew_python "Python via Homebrew: ${brew_python}"
|
||||
"${brew_python}")
|
||||
list(APPEND Python_FRAMEWORKS_ADDITIONAL
|
||||
list(APPEND Python3_FRAMEWORKS_ADDITIONAL
|
||||
"${brew_python}/Frameworks/Python.framework")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user