diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-22 02:08:26 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-22 02:08:26 +0530 |
commit | f414e30c74565ad3ee2c964626f2c8e4aaf05e66 (patch) | |
tree | 73e317002c157e34633f33b9c3572279427dde2f /recipes/spandsp.recipe | |
parent | 24c8c2720a82d1790bcb9bb0c1ba85ec357b3fbf (diff) |
spandsp.recipe: Allow using the public API from MSVC
Diffstat (limited to 'recipes/spandsp.recipe')
-rw-r--r-- | recipes/spandsp.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/spandsp.recipe b/recipes/spandsp.recipe index 05fee449..c5cc1d95 100644 --- a/recipes/spandsp.recipe +++ b/recipes/spandsp.recipe @@ -14,7 +14,8 @@ class Recipe(recipe.Recipe): patches = [ 'spandsp/0001-spandsp-do-not-compile-has_X86FEATURE-symbols.patch', 'spandsp/0002-Define-LIBSPANDSP_EXPORTS-when-building-the-spandsp-.patch', 'spandsp/0003-Use-BUILT_SOURCES-to-generate-extra-headers.patch', - 'spandsp/0001-Don-t-do-a-whereis-which-dance-to-find-which.patch'] + 'spandsp/0001-Don-t-do-a-whereis-which-dance-to-find-which.patch', + 'spandsp/0001-Make-the-public-API-accessible-from-MSVC.patch',] files_libs = ['libspandsp'] files_devel = ['include/spandsp', 'include/spandsp.h', 'lib/pkgconfig/spandsp.pc'] |