Changes in tools/export.sh [3dd99dde:db3c6795] in mainline
- File:
-
- 1 edited
-
tools/export.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/export.sh
r3dd99dde rdb3c6795 42 42 uspace/lib/libclui.a \ 43 43 uspace/lib/libc.a \ 44 uspace/lib/libcongfx.a \45 uspace/lib/libconsole.a \46 44 uspace/lib/libcpp.a \ 47 45 uspace/lib/libdisplay.a \ … … 49 47 uspace/lib/libgfxfont.a \ 50 48 uspace/lib/libgfximage.a \ 51 uspace/lib/libinput.a \52 49 uspace/lib/libhound.a \ 53 50 uspace/lib/libipcgfx.a \ 54 51 uspace/lib/libmath.a \ 55 52 uspace/lib/libmemgfx.a \ 56 uspace/lib/liboutput.a \57 53 uspace/lib/libpcm.a \ 58 54 uspace/lib/libpixconv.a \ … … 70 66 ninja devel-headers 71 67 72 #73 # Meson may produce thin archives. These cannot be simply copied to another74 # location. Copy them using ar instead, converting them to regular,75 # non-thin archives in the process.76 #77 68 mkdir -p "$EXPORT_DIR/lib" 78 for lpath in $EXPORT_LIBS; do 79 dest="$EXPORT_DIR/lib/$(basename $lpath)" 80 ar -t $lpath | xargs ar crs $dest 81 done 82 69 cp -t "$EXPORT_DIR/lib" $EXPORT_LIBS 83 70 rm -rf "$EXPORT_DIR/include" 84 71 cp -R dist/include "$EXPORT_DIR/include"
Note:
See TracChangeset
for help on using the changeset viewer.
