mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Use own Boost-Unordered
This commit is contained in:
parent
c07a24821d
commit
a6e2f95df9
4 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -0,0 +1,3 @@
|
|||
[submodule "boost-unordered"]
|
||||
path = boost-unordered
|
||||
url = https://github.com/inori-z/mkxp-z-boost-unordered
|
1
boost-unordered
Submodule
1
boost-unordered
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 873377396eb173eebba30b753cb26d18abc2861d
|
|
@ -36,6 +36,9 @@ if discord_libpath != ''
|
|||
endif
|
||||
endif
|
||||
|
||||
# BOOST UNORDERED
|
||||
global_include_dirs += include_directories('boost-unordered')
|
||||
|
||||
# ====================
|
||||
# Main source
|
||||
# ====================
|
||||
|
|
|
@ -613,6 +613,7 @@ openReadEnumCB(void *d, const char *dirpath, const char *filename)
|
|||
|
||||
PHYSFS_File *phys = PHYSFS_openRead(fullPath);
|
||||
|
||||
|
||||
if (!phys)
|
||||
{
|
||||
/* Failing to open this file here means there must
|
||||
|
@ -623,7 +624,6 @@ openReadEnumCB(void *d, const char *dirpath, const char *filename)
|
|||
|
||||
return PHYSFS_ENUM_ERROR;
|
||||
}
|
||||
|
||||
initReadOps(phys, data.ops, false);
|
||||
|
||||
const char *ext = findExt(filename);
|
||||
|
|
Loading…
Add table
Reference in a new issue