Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > c93d0f31122884c9450c935c059003e8 > files > 5

celestia-1.7.0-0.20201207git.694110c.3.mga8.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)