File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ ENDIF()
6868SET (LIBSPARK_SOURCES swf.cpp swftypes.cpp tags.cpp geometry.cpp actions.cpp frame.cpp input .cpp streams.cpp tags_stub.cpp logger.cpp vm.cpp asobjects.cpp abc.cpp abc_codesynt.cpp abc_opcodes.cpp flashdisplay.cpp flashevents.cpp textfile.cpp thread_pool.cpp flashgeom.cpp flashnet.cpp flashsystem.cpp flashutils.cpp compat.cpp abc_interpreter.cpp flashexternal.cpp flashtext.cpp flashmedia.cpp flv.cpp netutils.cpp timer.cpp decoder.cpp threading.cpp flashxml.cpp)
6969IF (${CMAKE_SYSTEM_PROCESSOR} MATCHES "i[3-6]86" )
7070 SET (LIBSPARK_SOURCES ${LIBSPARK_SOURCES} fastpaths_32.asm)
71- ELSEIF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" )
71+ ELSEIF (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64|amd64 " )
7272 SET (LIBSPARK_SOURCES ${LIBSPARK_SOURCES} fastpaths_64.asm)
7373ELSE ()
7474 MESSAGE (SEND_ERROR "Platform ${CMAKE_SYSTEM_PROCESSOR} not supported" )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ENDIF(UNIX)
3434SET (LIBSPARK_SOURCES ../swf.cpp ../swftypes.cpp ../tags.cpp ../geometry.cpp ../actions.cpp ../frame.cpp ../input .cpp ../streams.cpp ../tags_stub.cpp ../logger.cpp ../vm.cpp ../asobjects.cpp ../abc.cpp ../abc_codesynt.cpp ../abc_opcodes.cpp ../flashdisplay.cpp ../flashevents.cpp ../textfile.cpp ../thread_pool.cpp ../flashgeom.cpp ../flashnet.cpp ../flashsystem.cpp ../flashutils.cpp ../compat.cpp ../abc_interpreter.cpp ../flashexternal.cpp ../flashtext.cpp ../flashmedia.cpp ../flv.cpp ../netutils.cpp ../timer.cpp ../decoder.cpp ../threading.cpp ../flashxml.cpp)
3535IF (${CMAKE_SYSTEM_PROCESSOR} MATCHES "i[3-6]86" )
3636 SET (LIBSPARK_SOURCES ${LIBSPARK_SOURCES} ../fastpaths_32.asm)
37- ELSEIF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" )
37+ ELSEIF (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64|amd64 " )
3838 SET (LIBSPARK_SOURCES ${LIBSPARK_SOURCES} ../fastpaths_64.asm)
3939ELSE ()
4040 MESSAGE (SEND_ERROR "Platform ${CMAKE_SYSTEM_PROCESSOR} not supported" )
You can’t perform that action at this time.
0 commit comments