meson: Don't set CC and CXX
I've since convinced upstream to not use such vars for the build platform during cross. Finally!
This commit is contained in:
@@ -90,8 +90,6 @@ python3Packages.buildPythonApplication rec {
|
||||
# checkInputs = [ ninja pkgconfig ];
|
||||
# checkPhase = "python ./run_project_tests.py";
|
||||
|
||||
inherit (stdenv) cc;
|
||||
|
||||
isCross = stdenv.targetPlatform != stdenv.hostPlatform;
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user