boost: fix cross build if enablePython (#376835)

This commit is contained in:
misuzu
2025-01-30 21:15:40 +02:00
committed by GitHub
+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
;