mirror of
https://github.com/monero-project/monero.git
synced 2025-11-29 19:27:09 -05:00
blocks: use auto-generated .c files instead of 'LD -r -b binary'
This commit is contained in:
parent
31155115d2
commit
fd62b6e79f
17 changed files with 113 additions and 185 deletions
|
|
@ -58,12 +58,6 @@ endif()
|
|||
set(device_private_headers)
|
||||
|
||||
|
||||
if(PER_BLOCK_CHECKPOINT)
|
||||
set(Blocks "blocks")
|
||||
else()
|
||||
set(Blocks "")
|
||||
endif()
|
||||
|
||||
monero_private_headers(device
|
||||
${device_private_headers})
|
||||
|
||||
|
|
@ -79,5 +73,4 @@ target_link_libraries(device
|
|||
ringct_basic
|
||||
${OPENSSL_CRYPTO_LIBRARIES}
|
||||
PRIVATE
|
||||
${Blocks}
|
||||
${EXTRA_LIBRARIES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue