lua5.3: build shared library
Update the lua5.3 package to build a shared object just like the old lua package. Ported / recreated the same patch number as the other lua package. Built and tested library / interpreter on BCM5301X. Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
This commit is contained in:
committed by
Rafał Miłecki
parent
53daa51cf2
commit
c52ca08d40
@@ -25,7 +25,7 @@
|
||||
|
||||
# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
|
||||
|
||||
@@ -83,6 +84,7 @@ echo:
|
||||
@@ -96,6 +97,7 @@ echo:
|
||||
|
||||
# Convenience targets for popular platforms
|
||||
ALL= all
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
none:
|
||||
@echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
|
||||
@@ -102,15 +104,15 @@ c89:
|
||||
@@ -115,15 +117,15 @@ c89:
|
||||
|
||||
|
||||
freebsd:
|
||||
|
||||
Reference in New Issue
Block a user