CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-05 09:03:38 +01:00
parent 11970d276d
commit b6dd61cea8
5 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ if test "x$AR" = "x"; then
# link without using $AR
run "CXX upx" $CXX -o upx *.o */*.o
else
run "AR libupx" $AR rcs libupx_submodules.a */*.o
run "AR libupx" $AR rcs ${AR_LIBFILE:-libupx_submodules.a} */*.o
run "CXX upx" $CXX -o upx *.o -L. -lupx_submodules
fi
echo "# current directory: '$(pwd)'"