Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
music_xmp.cmake: Move static macros into below
Do always define `-DBUILDING_STATIC` (for old versions) and `-DLIBXMP_STATIC` (for recent) macros to fix the linking of the static version of the libxmp. The linking is broken because of the `dllimport()` abuse in the public header that breaks the build and confuses users because of linking errors.
- Loading branch information