Skip to content

Commit 58d3635

Browse files
ProjectSynchroMailaender
authored andcommitted
physfs: Fix building with FreeDesktop SDK 25.08
1 parent 57e1de8 commit 58d3635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physfs/physfs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PhysicsFS",
33
"buildsystem": "cmake-ninja",
4-
"config-opts": [ "-DPHYSFS_BUILD_TEST=OFF", "-DPHYSFS_BUILD_STATIC=OFF" ],
4+
"config-opts": [ "-DPHYSFS_BUILD_TEST=OFF", "-DPHYSFS_BUILD_STATIC=OFF", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ],
55
"cleanup": [
66
"/include",
77
"/lib/pkgconfig",

0 commit comments

Comments
 (0)