summary refs log tree commit diff
path: root/pkgs/tools/graphics/mangohud/opengl32-nix-workaround.patch
blob: 3c0f6908617f9d903563a534283fb9e99033cc3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/bin/mangohud.in b/bin/mangohud.in
index eadce2d..e7b1aa4 100755
--- a/bin/mangohud.in
+++ b/bin/mangohud.in
@@ -23,6 +23,6 @@ fi
 # figure out whether the 32 or 64 bit version should be used, and will search
 # for it in the correct directory
 LD_PRELOAD="${LD_PRELOAD}:${MANGOHUD_LIB_NAME}"
-LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@ld_libdir_mangohud@"
+LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@ld_libdir_mangohud@:@mangohud32@/lib/mangohud"
 
 exec env MANGOHUD=1 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" LD_PRELOAD="${LD_PRELOAD}" "$@"