Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
创建lib64文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShore committed Aug 30, 2024
1 parent ad4ad58 commit de33c5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dragonos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
bash install_deps.sh
bash default_configure.sh
# bash default_configure.sh
cd build
make -j $(nproc)
DESTDIR=$DADK_CURRENT_BUILD_DIR make install -j $(nproc)
DESTDIR=$DADK_CURRENT_BUILD_DIR make install -j $(nproc)

mkdir -p $DADK_CURRENT_BUILD_DIR/lib64
cp $DADK_CURRENT_BUILD_DIR/lib/* $DADK_CURRENT_BUILD_DIR/lib64

0 comments on commit de33c5f

Please sign in to comment.