Merge pull request #164849 from ivalery111/rizin-fix-typo
rizin: fix typo paraemter -> parameter
This commit is contained in:
commit
b424115d7f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkg-config meson ninja cmake (python3.withPackages (ps: [ ps.setuptools ])) ];
|
||||
|
||||
# meson's find_library seems to not use our compiler wrapper if static paraemter
|
||||
# meson's find_library seems to not use our compiler wrapper if static parameter
|
||||
# is either true/false... We work around by also providing LIBRARY_PATH
|
||||
preConfigure = ''
|
||||
LIBRARY_PATH=""
|
||||
|
|
Loading…
Reference in a new issue