mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Improved emscripten support + some minor refactor.
This commit is contained in:
@@ -770,7 +770,7 @@ void App::initGlobalSearchBar() {
|
||||
std::string search( mGlobalSearchInput->getText().toUtf8() );
|
||||
ProjectSearch::findHorspool(
|
||||
mDirTree->getFiles(), search,
|
||||
#if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN
|
||||
#if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN || defined(__EMSCRIPTEN_PTHREADS__)
|
||||
mThreadPool,
|
||||
#endif
|
||||
[&, clock, search, loader]( const ProjectSearch::Result& res ) {
|
||||
|
||||
Reference in New Issue
Block a user