build: Fix linux 32-bit assembly config
authorLenny Komow <lenny@lunarg.com>
Mon, 15 Jan 2018 21:56:08 +0000 (14:56 -0700)
committerMike Weiblen <mikew@lunarg.com>
Tue, 16 Jan 2018 18:28:24 +0000 (11:28 -0700)
commit67a30bd74801b4d18ec40a8f001fdd0b3bd79375
treec3b32a2902d577fadccd1272cf572ade68ed4cc6
parent5ee3c3dfc4ce3f42fcd4355f5697598138b927e7
build: Fix linux 32-bit assembly config

This fixes a bug whereby 32-bit Linux builds would not be able to
use the assembly code as the try_compile command would fail when it
attempted to link with compiler flags

Change-Id: I6e4479fb7926169a7fa5c01876834cdae8c3b637
loader/CMakeLists.txt