2
0
Grant Limberg 5 жил өмнө
parent
commit
b369d4b9a1
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      CMakeLists.txt

+ 3 - 0
CMakeLists.txt

@@ -80,6 +80,9 @@ if(WIN32)
 		add_compile_options(
 			-m32
 		)
+		add_link_options(
+			-m32
+		)
 	endif(BUILD_32BIT)
 else(WIN32)