Fix build error 00/251200/1 accepted/tizen/base/tool/20210111.231516 submit/tizen_base/20210111.081744
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 11 Jan 2021 08:13:45 +0000 (17:13 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 11 Jan 2021 08:13:45 +0000 (17:13 +0900)
Add python library info to python3.pc

Change-Id: I541d489f63df39aa276a5b11ae14023e5cfae2fb

Misc/python.pc.in

index 87e04decc2a2d56f539661efe9fdc45ed53b4318..39001902558f8784d008d50f5adc324d4b72d36c 100644 (file)
@@ -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@