You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
mkdir -p build_linux32 && cd build_linux32 |
|
cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_SHARED_LINKER_FLAGS=-m32 ../ |
|
cd .. |
|
cmake --build build_linux32 --config Release |
|
cp build_linux32/RecastDll.so Plugins/x86/RecastDll.so |
|
rm -rf build_linux32
|
|
|