Skip to content

Commit

Permalink
disable fc-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jun 30, 2024
1 parent 338fb20 commit 8f59d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_cosmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ cd ${BUILDDIR}

download_verify_extract tk8.6.13-src.tar.gz
cd tk*/unix
LDFLAGS="${LDFLAGS} -lxml2" ./configure --disable-shared --prefix=${DEPSDIR}
LDFLAGS="${LDFLAGS} -lxml2" ./configure --disable-shared --disable-cache-build --prefix=${DEPSDIR}
make -j4
make install
cp .aarch64/* ${DEPSDIR}/lib/.aarch64
Expand Down

0 comments on commit 8f59d5f

Please sign in to comment.