Skip to content
Snippets Groups Projects
Commit bf6a8a86 authored by AlQuemist's avatar AlQuemist
Browse files

BABuild.h.in: add BA Python package directory 'pythonPackDir'

parent d040a7e7
No related branches found
No related tags found
1 merge request!2274PyCore tests; rm old Python API
......@@ -31,6 +31,10 @@ inline std::string buildBinDir() {
inline std::string srcDir() {
return "@CMAKE_SOURCE_DIR@";
}
inline std::string pythonPackDir() {
return "@BA_PY_SOURCE_OUTPUT_DIR@";
}
//! Methods to access info about Python used during the build.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment