[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re:CMake + Lua + IUP: dynamic libraries not enabled;
- From: Suote127 <tswuyin_st127@...>
- Date: Wed, 27 Jan 2021 08:13:43 +0800 (CST)
Maybe you need to build Lua interpreter again.According to the log,your Lua interpreter does not support dynamic library.
Maybe you should try to build Lua like
make posix
This should work,
Suote127