projects
/
platform
/
upstream
/
python3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecacf71
)
Fix build error
00/251200/1
accepted/tizen/base/tool/20210111.231516
submit/tizen_base/20210111.081744
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Mon, 11 Jan 2021 08:13:45 +0000
(17:13 +0900)
committer
DongHun 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
patch
|
blob
|
history
diff --git
a/Misc/python.pc.in
b/Misc/python.pc.in
index 87e04decc2a2d56f539661efe9fdc45ed53b4318..39001902558f8784d008d50f5adc324d4b72d36c 100644
(file)
--- 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@