ata4 / angrylion-rdp-plus

A low-level N64 video emulation plugin, based on the pixel-perfect angrylion RDP plugin with some improvements.
157 stars 25 forks source link

Fix CMake error being shown in the new Android Studio release #101

Closed fzurita closed 4 years ago

fzurita commented 4 years ago

The error is preventing compilation on Android. This CMake change fixes the error.

Also fix build error when Android is not defined.

Jj0YzL5nvJ commented 4 years ago

Whoops... well, nothing breaks this time /人◕ ‿‿ ◕人\

ata4 commented 4 years ago

Thanks!

fzurita commented 4 years ago

Thank you, sorry to have broken then build with ANDROID not defined, i guess you must not build from master very often :)

ata4 commented 4 years ago

Well, not from cmake at least. But CI/CD is on the todo list already. 😄

Jj0YzL5nvJ commented 4 years ago

I use CMake for shared DLL's, if you wish, I can make an AppVeyor file with both compilation methods. That way the WIP would no longer be necessary.