mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount.
--HG-- branch : minor
This commit is contained in:
@@ -3802,6 +3802,7 @@
|
||||
LOVE_NOMPG123,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
ios/include,
|
||||
@@ -3843,6 +3844,7 @@
|
||||
LOVE_NO_MODPLUG,
|
||||
LOVE_NOMPG123,
|
||||
);
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
ios/include,
|
||||
@@ -3885,6 +3887,7 @@
|
||||
LOVE_NO_MODPLUG,
|
||||
LOVE_NOMPG123,
|
||||
);
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
ios/include,
|
||||
|
||||
Reference in New Issue
Block a user