You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The all-in-one library libflookall.a is currently incomplete when using an external Lua installation by setting LUA_DIR. The liball target in the root Makefile still tries to use ../aotus/obj/external/lua-5.3.5/src/liblua.a (hardcoded) even though that isn't available when using an external Lua. You probably want to conditionally set the Lua library to include in libflookall.a based on the value of LUA_DIR similarly as is done for the variable LUA__LIB in aotus/Makefile.smeka:
The all-in-one library
libflookall.a
is currently incomplete when using an external Lua installation by settingLUA_DIR
. Theliball
target in the root Makefile still tries to use../aotus/obj/external/lua-5.3.5/src/liblua.a
(hardcoded) even though that isn't available when using an external Lua. You probably want to conditionally set the Lua library to include inlibflookall.a
based on the value ofLUA_DIR
similarly as is done for the variableLUA__LIB
inaotus/Makefile.smeka
:The text was updated successfully, but these errors were encountered: