this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try to fix i386 build

+1 -1
+1 -1
src/CMakeLists.txt
··· 35 35 # We need to add -mlong-double-128 to support long double properly. 36 36 # With GCC, we could use -mlong-double-128, but Clang doesn't support that 37 37 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32") 38 - set(CMAKE_ASM_FLAGS "-m32") 38 + set(CMAKE_ASM-ATT_FLAGS "-m32") 39 39 SET(CMAKE_C_SIZEOF_DATA_PTR 4) 40 40 SET(SUFFIX "32") 41 41 endif(CMAKE_INSTALL_LIBDIR STREQUAL "lib32")