nvidia-texture-tools: turn off format hardening
This commit is contained in:
parent
86e8cad2cf
commit
668176fe81
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cmake libpng ilmbase libtiff zlib libjpeg mesa libX11 ];
|
buildInputs = [ cmake libpng ilmbase libtiff zlib libjpeg mesa libX11 ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
# Fix build due to missing dependnecies.
|
# Fix build due to missing dependnecies.
|
||||||
echo 'target_link_libraries(bc7 nvmath)' >> src/nvtt/bc7/CMakeLists.txt
|
echo 'target_link_libraries(bc7 nvmath)' >> src/nvtt/bc7/CMakeLists.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user