File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ if(UNIX OR MINGW)
5454 endif ()
5555 endif ()
5656 if ((UNIX AND BUILD64) OR (MINGW AND CMAKE_SIZEOF_VOID_P EQUAL 8))
57- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m64 " )
58- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m64 " )
57+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} " )
58+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} " )
5959 else ()
6060 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32" )
6161 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if(WIN32)
3333 target_link_libraries (3dstool curl crypto)
3434 endif ()
3535else ()
36- target_link_libraries (3dstool curl ssl crypto)
36+ target_link_libraries (3dstool curl ssl crypto capstone )
3737 if (APPLE )
3838 target_link_libraries (3dstool ldap)
3939 else ()
Original file line number Diff line number Diff line change 22#define CODE_H_
33
44#include " utility.h"
5- #include < capstone.h>
5+ #include < capstone/capstone .h>
66
77class CCode
88{
You can’t perform that action at this time.
0 commit comments