UE4CMake icon indicating copy to clipboard operation
UE4CMake copied to clipboard

Fixes Linux compilation

Open AndreaCatania opened this issue 1 year ago • 0 comments

When executing on Linux this plugin was trying to compile the cmake libs using the cross compiler toolchain causing a bunch of compilation errors + some linking issues.

This change allow the lib to be used with the same compiler used by unreal engine.

AndreaCatania avatar Sep 19 '24 14:09 AndreaCatania