mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: don't embed a build-id when building libdmg-hfsplus
This commit is contained in:
parent
8a56f79d49
commit
cb9e88e73a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ define $(package)_preprocess_cmds
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_config_cmds
|
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
|
endef
|
||||||
|
|
||||||
define $(package)_build_cmds
|
define $(package)_build_cmds
|
||||||
|
|
Loading…
Add table
Reference in a new issue