projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8727443
)
luajit: add .hpp to InstallDev
author
W. Michael Petullo
<
[email protected]
>
Mon, 6 Aug 2018 00:21:52 +0000
(20:21 -0400)
committer
Yousong Zhou
<
[email protected]
>
Thu, 9 Aug 2018 00:31:19 +0000
(08:31 +0800)
Signed-off-by: W. Michael Petullo <
[email protected]
>
lang/luajit/Makefile
patch
|
blob
|
history
diff --git
a/lang/luajit/Makefile
b/lang/luajit/Makefile
index e5dfa953192bc22484da4181f1b062cee083463f..ae30854017b1188c299e87ea4c17cf203fbc975f 100644
(file)
--- a/
lang/luajit/Makefile
+++ b/
lang/luajit/Makefile
@@
-59,7
+59,7
@@
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/luajit-2.1
- $(CP) $(PKG_INSTALL_DIR)/usr/include/luajit-2.1/*.
h
$(1)/usr/include/luajit-2.1
+ $(CP) $(PKG_INSTALL_DIR)/usr/include/luajit-2.1/*.
{h,hpp}
$(1)/usr/include/luajit-2.1
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig