Skip to content

Commit

Permalink
opus: Install pdb file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroBono authored and pbor committed Mar 25, 2024
1 parent fc90f88 commit 8d5e456
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gvsbuild/projects/opus.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,13 @@ def build(self):
)
self.install(r"COPYING share\doc\opus")

configuration = (
"debug-optimized"
if self.opts.release_configuration_is_actually_debug_optimized
else self.opts.configuration
)
if configuration in ["debug-optimized", "debug"]:
self.install(r".\_gvsbuild-cmake\opus.pdb bin")

# FIXME: remove once we switch back to meson
self.install_pc_files()

0 comments on commit 8d5e456

Please sign in to comment.