jmpews / Dobby

a lightweight, multi-platform, multi-architecture hook framework.
Apache License 2.0
3.88k stars 794 forks source link

fix aarch64 build (#224) #225

Open DiamondHunters opened 1 year ago

DiamondHunters commented 1 year ago

At: https://github.com/jmpews/Dobby/blob/b0176de574104726bb68dff3b77ee666300fc338/cmake/compiler_and_linker.cmake#L26 It check PROCESSOR.ARM64 But at: https://github.com/jmpews/Dobby/blob/b0176de574104726bb68dff3b77ee666300fc338/cmake/build_environment_check.cmake#L43 It set PROCESSOR.AARCH64.

then --target= was not set.

224 caused by that.