Browse Source

Mac build from CLI

Josh Engebretson 10 years ago
parent
commit
e85af525f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/ToolCore/Build/BuildMac.cpp

+ 1 - 1
Source/ToolCore/Build/BuildMac.cpp

@@ -29,7 +29,7 @@ void BuildMac::Initialize()
 
     String dataPath = tsystem->GetDataPath();
     String projectResources = project->GetResourcePath();
-    String coreDataFolder = dataPath + "CoreData/";
+    String coreDataFolder = dataPath + "Atomic/Resources/CoreData/";
 
     AddResourceDir(coreDataFolder);
     AddResourceDir(projectResources);