Closed felixf4xu closed 5 months ago
Add mingw support
Compiled with MSYS2 UCRT64 (mingw-w64-ucrt-x86_64-gcc), with this commend:
MSYS2 UCRT64
colcon build --symlink-install --merge-install --event-handlers console_direct+ --cmake-args -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=OFF --no-warn-unused-cli --packages-select rcutils
Can you please target this to rolling first, then we can consider backporting?
rolling
Created #468 and close this one
Add mingw support
Compiled with
MSYS2 UCRT64
(mingw-w64-ucrt-x86_64-gcc), with this commend: