mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
assimp: drop outdated "-Wno-error=free-nonheap-object" for riscv
This commit is contained in:
parent
0bd5219253
commit
25f2b36312
@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
|
||||
env.NIX_CFLAGS_COMPILE = toString ([
|
||||
# Needed with GCC 12
|
||||
"-Wno-error=array-bounds"
|
||||
] ++ lib.optionals stdenv.hostPlatform.isRiscV [
|
||||
"-Wno-error=free-nonheap-object"
|
||||
]);
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user