We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e559edc commit 0699bf5Copy full SHA for 0699bf5
cmake/FindPhysFS.cmake
@@ -24,7 +24,7 @@ include(FetchContent)
24
FetchContent_Declare(
25
physfs
26
GIT_REPOSITORY https://github.com/icculus/physfs.git
27
- GIT_TAG 74c30545031ca8cdb69b2f1ec173e77d79078093
+ GIT_TAG d70c3fcf06814f8608c8327d3e8136063ee0133d
28
)
29
FetchContent_MakeAvailable(physfs)
30
include_directories(${physfs_SOURCE_DIR}/src)
raylib-physfs.h
@@ -38,11 +38,7 @@ extern "C" {
38
#endif
39
40
#ifndef RAYLIB_PHYSFS_DEF
41
-#ifdef RAYLIB_PHYSFS_STATIC
42
-#define RAYLIB_PHYSFS_DEF static
43
-#else
44
-#define RAYLIB_PHYSFS_DEF extern
45
-#endif
+#define RAYLIB_PHYSFS_DEF
46
47
48
RAYLIB_PHYSFS_DEF bool InitPhysFS(); // Initialize the PhysFS file system
0 commit comments