Skip to content

dont create dangling symlink build/Release/libzim.so #186

@milahu

Description

@milahu

this line

exec("ln -sf build/Release/libzim.so.9 build/Release/libzim.so"); // convenience only, not required

creates a dangling symlink build/Release/libzim.so
if the file build/Release/libzim.so.9 does not exist

this happens when building with system libzim

"libzim_local": "false", # change this to use system-installed libzim

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions