ProjectManagerDefs_mac.cpp 474 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0 OR MIT
  5. *
  6. */
  7. #include <ProjectManagerDefs.h>
  8. namespace O3DE::ProjectManager
  9. {
  10. const QString ProjectBuildPathPostfix = ProjectBuildDirectoryName + "/mac_xcode";
  11. const QString GetPythonScriptPath = "python/get_python.sh";
  12. } // namespace O3DE::ProjectManager