Skip to content

Commit 0699bf5

Browse files
committed
Update
1 parent e559edc commit 0699bf5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

cmake/FindPhysFS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include(FetchContent)
2424
FetchContent_Declare(
2525
physfs
2626
GIT_REPOSITORY https://github.com/icculus/physfs.git
27-
GIT_TAG 74c30545031ca8cdb69b2f1ec173e77d79078093
27+
GIT_TAG d70c3fcf06814f8608c8327d3e8136063ee0133d
2828
)
2929
FetchContent_MakeAvailable(physfs)
3030
include_directories(${physfs_SOURCE_DIR}/src)

raylib-physfs.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ extern "C" {
3838
#endif
3939

4040
#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
41+
#define RAYLIB_PHYSFS_DEF
4642
#endif
4743

4844
RAYLIB_PHYSFS_DEF bool InitPhysFS(); // Initialize the PhysFS file system

0 commit comments

Comments
 (0)