Skip to content

fix: remove mallinfo symbol on non-linux builds

Denis Smirnov requested to merge macos_mallinfo into master

The problem is that cfg!, unlike #[cfg], does not remove any code and only evaluates to true or false. As a result we fail too build tarantool-moodule on MacOS because of mallinfo symbol.

Edited by Denis Smirnov

Merge request reports