https://github.com/wxWidgets/wxWidgets/pull/25466
(5 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MehdiChinoune pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MehdiChinoune pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks for the fixes, but I'm a bit afraid to apply such changes just before 3.3.0. @MaartenBent Could you please review this? If you think it's ok (as in "doesn't break anything for the other build configurations"), I'll merge it now, otherwise I'd rather do it before 3.3.0.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #25466.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
As far as I can see the 'breaking' changes are:
copy instead of create_symlink on Windows. I'm fine with this, but maybe it is better to make this a build option. Something like wxBUILD_INSTALL_USE_SYMLINK with options NO, YES and DEFAULT (no on Windows, yes on Linux/macOS).$ENV{DESTDIR} to symlink/copy source. This looks like a bug fix.And other changes:
WIN32_MSVC_NAMING an option, fine with me.wxUSE_DBGHELP for MinGW, fine with me.runtime_default_dir. Seems logical to have this dependent on WIN32_MSVC_NAMING. AFAIK it doesn't change behaviour, except maybe for CMAKE_CROSSCOMPILING, which is probably fine. Note that you can also override this with wxBUILD_INSTALL_RUNTIME_DIR.I think this needs more testing than I can do before 3.3.0, so might be best to not include it. And since the PR has been closed maybe it is not needed anymore...
Nonetheless these are some good suggestions so I'll try to test them and create a PR myself in the near future.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()