mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 73a396e028 into merged_master (Bitcoin PR #18004)
This commit is contained in:
commit
94c95f1789
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ define $(package)_preprocess_cmds
|
|||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix) ..
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix) -DCMAKE_C_FLAGS="-Wl,--build-id=none" ..
|
||||
endef
|
||||
|
||||
define $(package)_build_cmds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue