ignore build errors for 32-bit libraries on Linux x64
[clsql.git] / uffi / Makefile
index ac52e34d8e1d8dcdd21a072e181469eea193aa81..56d4bb26be4e68a26be3fef967c6563b899448c3 100644 (file)
@@ -48,8 +48,8 @@ else
          ld -shared -soname=$(base) -lc $(object) -o $(shared64_lib)
          rm -f $(object)
          @echo "Ensure that you have multiarch i386 build tools if you want to build 32-bit library"
-         gcc -m32 -fPIC -DPIC -c $(source) -o $(object)
-         ld -melf_i386 -shared -soname=$(base) -lc $(object) -o $(shared_lib)
+         -gcc -m32 -fPIC -DPIC -c $(source) -o $(object)
+         -ld -melf_i386 -shared -soname=$(base) -lc $(object) -o $(shared_lib)
         else
          gcc -fPIC -DPIC -c $(source) -o $(object)
          ld -shared -soname=$(base) -lc $(object) -o $(shared_lib)