fix 32-bit windows build

This commit is contained in:
Grant Limberg 2020-06-18 13:01:05 -07:00
parent ea5bb43cf9
commit b369d4b9a1
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

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