- Fix build

svn path=/trunk/; revision=60961
This commit is contained in:
Thomas Faber 2013-11-12 13:20:41 +00:00
parent 28003cebec
commit 49a2c38305

View file

@ -28,7 +28,7 @@ list(APPEND ASM_SOURCE
)
add_asm_files(mesa_x86_asm ${ASM_SOURCE})
add_library(mesa_x86 STATIC ${SOURCE} ${mesa_x86_asm))
add_library(mesa_x86 STATIC ${SOURCE} ${mesa_x86_asm})
if(NOT MSVC)
add_compile_flags("-Wno-format")