From f414e30c74565ad3ee2c964626f2c8e4aaf05e66 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 22 Feb 2019 02:08:26 +0530 Subject: spandsp.recipe: Allow using the public API from MSVC --- recipes/spandsp.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/spandsp.recipe') 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'] -- cgit v1.2.3