fletcher / MultiMarkdown-5

Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
https://github.com/fletcher/MultiMarkdown-6
Other
293 stars 46 forks source link

Fix shared library build under Windows #42

Closed jasedit closed 8 years ago

jasedit commented 8 years ago

Shared library build under Windows requires ARCHIVE DESTINATION and LIBRARY DESTINATION as explicit arguments, as opposed to OS X, which will accept ARCHIVE and LIBRARY not being set. This changes the arguments to work on both platforms.

fletcher commented 8 years ago

Thanks!