Skip to content

Commit

Permalink
opus: Build shared library
Browse files Browse the repository at this point in the history
This went missing when we switched from meson to cmake with
commit 745fa10.
  • Loading branch information
AlessandroBono authored and nacho committed Mar 21, 2024
1 parent e303d67 commit 5157fcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gvsbuild/projects/opus.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def __init__(self):

def build(self):
CmakeProject.build(
self, use_ninja=True, cmake_params="-DOPUS_BUILD_TESTING=OFF"
self,
use_ninja=True,
cmake_params="-DOPUS_BUILD_SHARED_LIBRARY=ON -DOPUS_BUILD_TESTING=OFF",
)
self.install(r"COPYING share\doc\opus")

Expand Down

0 comments on commit 5157fcd

Please sign in to comment.