fix for issue blitz-research/blitzmax/issues/6
authorSimon Armstrong <Simon Armstrong>
Fri, 3 Feb 2017 02:21:31 +0000 (15:21 +1300)
committerSimon Armstrong <Simon Armstrong>
Fri, 3 Feb 2017 02:21:31 +0000 (15:21 +1300)
mod/pub.mod/lua.mod/lua.bmx

index 31bf1578c1238af3306e7ab745c9ced5f3626ca0..e44b582743fcdb2cc50cc512e8eb7086f033ef30 100644 (file)
@@ -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                            *