Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed May 23, 2024
1 parent 399871b commit c0c15e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 1k/manifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ if ($IsWin) {
$manifest['nasm'] = '2.15.05+'
}

$manifest['emsdk'] = '3.1.59+'
# since 3.1.60+, the llvm-19 compiling class template more strict
$manifest['emsdk'] = '3.1.60+'
$manifest['cmake'] = '3.29.3+'
2 changes: 1 addition & 1 deletion src/zlib/dist1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DIST_ROOT=$1
LIB_NAME=zlib
DIST_DIR="${DIST_ROOT}/${LIB_NAME}"

dist_lib ${LIB_NAME} ${DIST_DIR} $DISTF_NATIVES
dist_lib ${LIB_NAME} ${DIST_DIR} $DISTF_ALL

create_xcfraemwork zlib ${LIB_NAME} libz.a

Expand Down

0 comments on commit c0c15e0

Please sign in to comment.