From: DongHun Kwak Date: Mon, 11 Jan 2021 08:13:45 +0000 (+0900) Subject: Fix build error X-Git-Tag: submit/tizen_base/20210111.081744^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86add98e8f657b3e19939974651d5324de0178c6;p=platform%2Fupstream%2Fpython3.git Fix build error Add python library info to python3.pc Change-Id: I541d489f63df39aa276a5b11ae14023e5cfae2fb --- diff --git a/Misc/python.pc.in b/Misc/python.pc.in index 87e04dec..39001902 100644 --- a/Misc/python.pc.in +++ b/Misc/python.pc.in @@ -9,5 +9,5 @@ Description: Build a C extension for Python Requires: Version: @VERSION@ Libs.private: @LIBS@ -Libs: +Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@