Skip to content

Commit

Permalink
libzstd: Don't clean up files
Browse files Browse the repository at this point in the history
The cleaning up is already covered by 'nvidia-Makefile'.

This change stops flatpak-builder from inadvertently removing the
'lib' -> 'extra' symlink at the "clean up stage", which was preventing
apps from locating driver libraries.
  • Loading branch information
guihkx committed Aug 24, 2024
1 parent 4b830af commit 91727eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion org.freedesktop.Platform.GL.nvidia.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"name": "libzstd",
"buildsystem": "simple",
"subdir": "lib",
"cleanup": ["*"],
"build-options": {
"cppflags": "-DZSTD_MULTITHREAD"
},
Expand Down

0 comments on commit 91727eb

Please sign in to comment.