Vindicta-Team / FileXT

Arma 3 addon to store data in files
9 stars 4 forks source link

!B (Linux) Fix Debug/Release switch for Linux binary - previously it always built Debug #13

Open uniflare opened 2 years ago

uniflare commented 2 years ago

I noticed only debug binaries are built for Linux since ninja generator doesn't have multi config support (need ninja Multi-Config generator instead). So the --config switch is ignored and it will build the first configuration (Debug by default). We need to pass the build type option instead for this generator.