Skip to content

Rename STATICLIB macro to resolve natpmp/miniupnp conflict

Thomas Bernard requested to merge mikedld:miniupnp-staticlib into master

Created by: mikedld

Same macro name is used in both natpmp and miniupnp libraries so it's impossble to link one statically and another dynamically. This patch renames the macro to have library-specific name.

Merge request reports