updated for ida 7.0+

This commit is contained in:
TeamCemu 2018-06-10 17:13:46 +02:00 committed by GitHub
parent ad6636325e
commit c3c7ed3c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,9 +107,9 @@ if(IDA_SDK_PATH)
if(WIN32) if(WIN32)
if(IDA_64_BIT_EA_T) if(IDA_64_BIT_EA_T)
set(IDA_PLUGIN_EXT "64.l64") set(IDA_PLUGIN_EXT "64.dll")
else() else()
set(IDA_PLUGIN_EXT ".ldw") set(IDA_PLUGIN_EXT ".dll")
endif() endif()
elseif(APPLE) elseif(APPLE)
if(IDA_64_BIT_EA_T) if(IDA_64_BIT_EA_T)