Site
Gitweb
Static
projects
/
blitzmax.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e35ec
)
fix for issue blitz-research/blitzmax/issues/6
author
Simon Armstrong
<Simon Armstrong>
Fri, 3 Feb 2017 02:21:31 +0000
(15:21 +1300)
committer
Simon Armstrong
<Simon Armstrong>
Fri, 3 Feb 2017 02:21:31 +0000
(15:21 +1300)
mod/pub.mod/lua.mod/lua.bmx
patch
|
blob
|
history
diff --git
a/mod/pub.mod/lua.mod/lua.bmx
b/mod/pub.mod/lua.mod/lua.bmx
index 31bf1578c1238af3306e7ab745c9ced5f3626ca0..e44b582743fcdb2cc50cc512e8eb7086f033ef30 100644
(file)
--- a/
mod/pub.mod/lua.mod/lua.bmx
+++ b/
mod/pub.mod/lua.mod/lua.bmx
@@
-84,6
+84,10
@@
Import "lua-5.1.4/src/loslib.c"
'Import "lua-5.1.4/src/luac.c"
Import "lua-5.1.4/src/print.c"
+?Linux
+Import "-ldl"
+?
+
' ******************************************************************************
' * *
' * Constant Definitions *