Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Move szip to the right lib folder for linking
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jul 16, 2024
1 parent 28328e4 commit 646c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_libaec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mkdir -p libaec-${aec_version}/build
pushd libaec-$aec_version
patch -p0 < /tmp/libaec_cmakelists.patch
pushd build
cmake -G "Ninja" -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_TESTING=OFF ..
cmake -G "Ninja" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF ..
ninja install

popd
Expand Down

0 comments on commit 646c883

Please sign in to comment.