fixes e8a3b7b25
This commit is contained in:
James Groom 2024-03-07 13:13:36 +10:00 committed by GitHub
parent e8a3b7b250
commit 70ac364c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
shellHook = ''
export BIZHAWKBUILD_HOME='${builtins.toString ./.}'
export BIZHAWK_HOME="$BIZHAWKBUILD_HOME/output"
ldLibPath='${lib.makeLibraryPath bizhawkAssemblies.buildInputs}' # for running tests
ldLibPath='${lib.makeLibraryPath drv.buildInputs}' # for running tests
if [ -z "$LD_LIBRARY_PATH" ]; then
export LD_LIBRARY_PATH="$ldLibPath"
else