boost: fix cross build if enablePython

This commit is contained in:
FliegendeWurst
2025-01-26 01:11:08 +01:00
parent a56b995263
commit 4c249aafbf
+1 -1
View File
@@ -282,7 +282,7 @@ stdenv.mkDerivation {
# b2 needs to be explicitly told how to find Python when cross-compiling
+ lib.optionalString enablePython ''
cat << EOF >> user-config.jam
using python : : ${python.interpreter}
using python : : ${python.pythonOnBuildForHost.interpreter}
: ${python}/include/python${python.pythonVersion}
: ${python}/lib
;