this repo has no description
1
fork

Configure Feed

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

Fix i386 build on Debian, second try

+1
+1
src/CMakeLists.txt
··· 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 38 set(CMAKE_ASM-ATT_FLAGS "-m32") 39 + set(CMAKE_ASM_FLAGS "-m32") 39 40 SET(CMAKE_C_SIZEOF_DATA_PTR 4) 40 41 SET(SUFFIX "32") 41 42 endif(CMAKE_INSTALL_LIBDIR STREQUAL "lib32")