Skip to content

Commit

Permalink
disable building shared lib
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Jul 11, 2024
1 parent 200685f commit 7234a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build() {
cd ${pkgname}-release-${pkgver}
mkdir pspbuild
cd pspbuild
psp-cmake .. -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${pkgdir}/psp -DPHYSFS_BUILD_TEST=Off -DPHYSFS_ARCHIVE_SLB=Off
psp-cmake .. -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${pkgdir}/psp -DPHYSFS_BUILD_TEST=Off -DPHYSFS_ARCHIVE_SLB=Off -DPHYSFS_BUILD_SHARED=Off
make
}

Expand Down

0 comments on commit 7234a0d

Please sign in to comment.