Skip to content

Commit

Permalink
Use correct target for partition-alloc when building nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
rinon committed Mar 13, 2024
1 parent 45369f8 commit 7b2f78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/nginx/reconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NGINX_ROOT=${EXTERNAL_ROOT}/nginx
NGINX_RTMP_ROOT=${EXTERNAL_ROOT}/nginx-rtmp-module
SRC_REWRITER=$IA2_BUILD_DIR/tools/rewriter/ia2-rewriter
LIBIA2=$IA2_BUILD_DIR/runtime/libia2/liblibia2.a
PA_LIBRARY=runtime/partition-alloc/libpartition-alloc.so
TEMP_FILES=(
nginx.pid
err.log
Expand All @@ -28,7 +29,7 @@ fi
mkdir -p $IA2_BUILD_DIR
pushd $IA2_BUILD_DIR
cmake -GNinja $REPO_ROOT ${IA2_CMAKE_FLAGS:-}
ninja ia2-rewriter libia2 pad-tls partition-alloc
ninja ia2-rewriter libia2 pad-tls ${PA_LIBRARY}
popd

mkdir -p $NGINX_BUILD_DIR
Expand Down

0 comments on commit 7b2f78b

Please sign in to comment.