ndsol / volcano

Get started with Vulkan. Keep it simple, short and sweet. See https://github.com/ndsol/VolcanoSamples
GNU General Public License v3.0
5 stars 1 forks source link

Android x64 build when host is x64 #11

Closed volcanoauthors closed 5 years ago

volcanoauthors commented 7 years ago

The current GN buildsystem is doing a lot better.

But it compares the value of target_cpu to host_cpu without regard for target_os. Android cannot produce an x64 library if host_cpu == x64 also.

volcanoauthors commented 5 years ago

Fixed.