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)
commit33a39f557778bc56e0e42090732cde885597b3b3
tree30fb1b86c7ec0a11ad9bd22d5366c523d14e4f98
parentcb19c6cc24560e129606fd625393085f21fab7e2
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