]> granicus.if.org Git - recode/commit
Add LIBINTL flags to Cython module
authorReuben Thomas <rrt@sc3d.org>
Tue, 30 Jan 2018 11:47:24 +0000 (11:47 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 30 Jan 2018 17:04:26 +0000 (17:04 +0000)
commitcc19a5201a67d145394f22ff994b54ad1d2f263a
treec867f013431844c0f9c605b1e8b9f170d4a7e4dd
parentc0c99f8c65bd6ac613ea4e9c528c0687ae554ae7
Add LIBINTL flags to Cython module

They are not empty on all platforms!

Also Cython on MSYS seems to call gcc in such a way that it doesn’t
understand UNIX paths (it seems to understand them normally), so engage in
suitable shenanigans: this should work on any Windows system that has
cygpath.
tests/setup.py.in