Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 2091d1f62980535288f9b97bbc421c82 > files > 4

celestia-1.7.0-0.20190423git.920a0c8.2.1.mga7.src.rpm

diff --git a/thirdparty/Spice/CMakeLists.txt b/thirdparty/Spice/CMakeLists.txt
index dad92b0..ee6760c 100644
--- a/thirdparty/Spice/CMakeLists.txt
+++ b/thirdparty/Spice/CMakeLists.txt
@@ -48,7 +48,7 @@ elseif (APPLE)
     target_compile_options(Spice PUBLIC -m64 -ansi -fPIC)
 elseif (UNIX)
     target_compile_definitions(Spice PUBLIC "NON_ANSI_STDIO")
-    target_compile_options(Spice PUBLIC -m64 -ansi -fPIC)
+    target_compile_options(Spice PUBLIC -ansi -fPIC)
 endif ()
 
 if (MSVC)