Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi committed Apr 11, 2024
1 parent eba0dd7 commit 5b3a27d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ case "$AUTOBUILD_PLATFORM" in

cp -a $PREFIX_RELEASE/include/SDL3/*.* $stage/include/SDL3

ls -l $PREFIX_DEBUG/
ls -l $PREFIX_DEBUG/lib/
ls -l $PREFIX_DEBUG/lib64/
ls -l $PREFIX_RELEASE/lib64//
ls -l $PREFIX_RELEASE/lib64//lib/
ls -l $PREFIX_RELEASE/lib64//lib64/
echo `ls -l $PREFIX_DEBUG/`
echo `ls -l $PREFIX_DEBUG/lib/`
echo `ls -l $PREFIX_DEBUG/lib64/`
echo `ls -l $PREFIX_RELEASE/`
echo `ls -l $PREFIX_RELEASE/lib/`
echo `ls -l $PREFIX_RELEASE/lib64/`

cp -a $PREFIX_DEBUG/lib64/*.so* $stage/lib64/debug
cp -a $PREFIX_DEBUG/lib64/libSDL3_test.a $stage/lib64/debug
Expand Down

0 comments on commit 5b3a27d

Please sign in to comment.