[Lldb-commits] [PATCH 1/3] Added Makefiles for new plugins.

Stephen Wilson wilsons at start.ca
Sun May 15 15:36:04 PDT 2011


Hi Marco,

On Sun, May 15, 2011 at 10:52:41AM +0200, Marco Minutoli wrote:
> diff --git a/lib/Makefile b/lib/Makefile
> index 29025a7..c5c276d 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -17,7 +17,7 @@ NO_BUILD_ARCHIVE = 1
>  LINK_LIBS_IN_SHARED = 1
>  SHARED_LIBRARY = 1
>  
> -PYTHON_BUILD_FLAGS = -lpython2.6
> +PYTHON_BUILD_FLAGS = -lpython2.7

Perhaps when you respin this patch you might use "$(shell python-config
--ldflags)" here instead?


-- 
steve




More information about the lldb-commits mailing list