mirror of
https://github.com/cemu-project/ida_game_elf_loaders.git
synced 2025-01-09 11:17:31 -03:00
updated for ida 7.0+
This commit is contained in:
parent
ad6636325e
commit
c3c7ed3c13
1 changed files with 2 additions and 2 deletions
|
@ -107,9 +107,9 @@ if(IDA_SDK_PATH)
|
|||
|
||||
if(WIN32)
|
||||
if(IDA_64_BIT_EA_T)
|
||||
set(IDA_PLUGIN_EXT "64.l64")
|
||||
set(IDA_PLUGIN_EXT "64.dll")
|
||||
else()
|
||||
set(IDA_PLUGIN_EXT ".ldw")
|
||||
set(IDA_PLUGIN_EXT ".dll")
|
||||
endif()
|
||||
elseif(APPLE)
|
||||
if(IDA_64_BIT_EA_T)
|
||||
|
|
Loading…
Reference in a new issue