Export symbols from flua, and enable dlopen.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Do you want to limit the export from flua ? Perhaps it is not too important because the tool is private, but I am still curios.
lib/liblua/luaconf.h | ||
---|---|---|
78 | We do not need -ldl but we have it. |
Comment Actions
Do you want to limit the export from flua ? Perhaps it is not too important because the tool is private, but I am still curios.
Perhaps, and my early WIP had a (non-functional) attempt. I had a look at the port though and it seems to have everything exported so I just went with this.
lib/liblua/luaconf.h | ||
---|---|---|
78 | Yeah, I just copied this from the MACOSX example, but I guess this was just a hint to someone building on the various platforms, and the comment could probably just be deleted. |