spirv-llvm-translator: remove prePatch since we don't run tests
This commit is contained in:
parent
d14ebd795e
commit
37c0bfd127
1 changed files with 0 additions and 6 deletions
|
@ -34,12 +34,6 @@ stdenv.mkDerivation rec {
|
||||||
"-DLLVM_SPIRV_BUILD_EXTERNAL=YES"
|
"-DLLVM_SPIRV_BUILD_EXTERNAL=YES"
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
substituteInPlace ./test/CMakeLists.txt \
|
|
||||||
--replace 'SPIRV-Tools' 'SPIRV-Tools-shared'
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
|
||||||
# FIXME: CMake tries to run "/llvm-lit" which of course doesn't exist
|
# FIXME: CMake tries to run "/llvm-lit" which of course doesn't exist
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue