Skip to content

Commit

Permalink
fix VS 32 bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdnazg committed Jun 3, 2021
1 parent 67302be commit 037db8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/lib/streflop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (NOT MSVC)
if (NOT $ENV{CXX} MATCHES "icpc")
SET(cxxflags "${cxxflags} -mfpmath=sse -msse")
endif (NOT $ENV{CXX} MATCHES "icpc")
else (NOT MSVC)
elseif (BUILD_BITS EQUAL 64)
ENABLE_LANGUAGE(ASM_MASM)
SET(fpu_settings_asm "FPUSettings.asm")
endif(NOT MSVC)
Expand Down

0 comments on commit 037db8e

Please sign in to comment.