Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: Fix shared library build in MinGW. #564

Merged
merged 1 commit into from
Apr 9, 2021
Merged

Makefile: Fix shared library build in MinGW. #564

merged 1 commit into from
Apr 9, 2021

Conversation

Biswa96
Copy link
Contributor

@Biswa96 Biswa96 commented Mar 28, 2021

This enables -no-undefined linker flag in mingw toolchain.
Previous related commit 9c2c9f8

This enables -no-undefined linker flag in mingw toolchain.
Previous related commit 9c2c9f8
@sjaeckel sjaeckel requested a review from karel-m April 8, 2021 09:44
Copy link
Member

@karel-m karel-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@sjaeckel after merge please add the following comment after line PLATFORM := ...

### Observed uname outputs:
# MINGW32_NT-6.2          (on MSYS/MINGW old)
# MINGW64_NT-10.0-14393   (on MSYS new)
# MSYS_NT-10.0-19042      (on MSYS2)
# CYGWIN_NT-10.0          (on Cygwin 64bit)
# CYGWIN_NT-6.2-WOW64     (on Cygwin 32bit)
# Linux                   (on all Linux distros)
# Darwin                  (on macOS, OS X)

@sjaeckel sjaeckel merged commit ae87fca into libtom:develop Apr 9, 2021
@karel-m
Copy link
Member

karel-m commented Apr 9, 2021

@sjaeckel do not forget to add/commit the above (for future generations wanting more ifs based on uname value)

Ignore my comment. I already see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants