Skip to content

Commit cb9e88e

Browse files
committed
build: don't embed a build-id when building libdmg-hfsplus
1 parent 8a56f79 commit cb9e88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/native_libdmg-hfsplus.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define $(package)_preprocess_cmds
1212
endef
1313

1414
define $(package)_config_cmds
15-
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix) ..
15+
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix) -DCMAKE_C_FLAGS="-Wl,--build-id=none" ..
1616
endef
1717

1818
define $(package)_build_cmds

0 commit comments

Comments
 (0)