Skip to content

Commit

Permalink
dts,install: keeps symlinks for dts files installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jan 15, 2025
1 parent e2d69ed commit 0c79872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ examples_dts_files = files(

install_data(
examples_dts_files,
follow_symlinks: true,
follow_symlinks: false,
install_dir: get_option('datadir') + '/dts/board',
install_tag: 'devel',
)

0 comments on commit 0c79872

Please sign in to comment.