mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
fix compile CI windows hopefully
This commit is contained in:
parent
436bfff41e
commit
bf75841930
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ target_include_directories(pm3rrg_rdv4_hardnested_nosimd PRIVATE
|
|||
../../include
|
||||
../src)
|
||||
|
||||
target_compile_definitions(pm3rrg_rdv4_hardnested_nosimd NOSIMD_BUILD)
|
||||
target_compile_definitions(pm3rrg_rdv4_hardnested_nosimd PRIVATE NOSIMD_BUILD)
|
||||
|
||||
## CPU-specific code
|
||||
## These are mostly for x86-based architectures, which is not useful for many Android devices.
|
||||
|
|
Loading…
Reference in a new issue