Change _MSC_VER to PLATFORM_WINDOWS for some exec. Fix to nix.

This commit is contained in:
Christoffer Lerno
2025-01-22 00:34:36 +01:00
parent 3221180315
commit a845a932f5
4 changed files with 6 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ in llvmPackages.stdenv.mkDerivation (finalAttrs: {
checkPhase = ''
runHook preCheck
( cd ../resources/testproject; ../../build/c3c build )
( cd ../resources/testproject; ../../build/c3c build --trust=full )
( cd ../test; python src/tester.py ../build/c3c test_suite )
runHook postCheck
'';