mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Build fixes.
This commit is contained in:
@@ -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_" ) ) {
|
||||
|
||||
Reference in New Issue
Block a user