Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav authored Oct 16, 2024
1 parent d2a28ff commit 675e37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-scotch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build() {
mkdir -p "${srcdir}"/build-${MSYSTEM}-shared-32 && cd "${srcdir}"/build-${MSYSTEM}-shared-32

msg2 "Build shared Scotch with 32-bit indexing"
_build_scotch "-DINTSIZE=32 -DBUILD_SHARED_LIBS=ON -DCMAKE_CURRENT_SOURCE_DIR=${srcdir}/build-${MSYSTEM}-shared-32 \"
_build_scotch "-DINTSIZE=32 -DBUILD_SHARED_LIBS=ON -DCMAKE_CURRENT_SOURCE_DIR=${srcdir}/build-${MSYSTEM}-shared-32"

mkdir -p "${srcdir}"/build-${MSYSTEM}-static-64 && cd "${srcdir}"/build-${MSYSTEM}-static-64

Expand Down

0 comments on commit 675e37d

Please sign in to comment.