Changeset 017ffce in mainline
- Timestamp:
- 2024-01-05T19:31:05Z (12 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 88e188b2
- Parents:
- 7b907a0a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
r7b907a0a r017ffce 76 76 # Format: [ type, source_file, destination ] 77 77 # See meson/part/exports/copy-export.sh for supported file types. 78 exported_devel_files = [] 78 exported_devel_files = [ 79 [ 'includenamedsymlink', 'libc', 'common' ] 80 ] 79 81 80 82 # Install script for headers. -
meson/part/exports/copy-export.sh
r7b907a0a r017ffce 54 54 ) 55 55 ;; 56 includenamedsymlink) 57 ( 58 cd "${target_dir}/include/" && ln -s "$2" "$3" 59 ) 60 ;; 56 61 config) 57 62 cp -L "$2" "${target_dir}/$3"
Note:
See TracChangeset
for help on using the changeset viewer.