Build fixes.

This commit is contained in:
Martín Lucas Golini
2022-07-04 01:15:12 -03:00
parent 85e1c1e5a3
commit c06eaa8d78
5 changed files with 14 additions and 19 deletions

View File

@@ -101,7 +101,6 @@ EE_MAIN_FUNC int main( int, char*[] ) {
if ( String::contains( resPath, "ecode.app" ) ) {
resPath = FileSystem::getCurrentWorkingDirectory();
FileSystem::dirAddSlashAtEnd( resPath );
mIsBundledApp = true;
}
#elif EE_PLATFORM == EE_PLATFORM_LINUX
if ( String::contains( resPath, ".mount_" ) ) {