Skip to content

Commit

Permalink
Fix paths, & hello from microsoft windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jul 23, 2024
1 parent 80ce92a commit d92ad07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_files/build_environment/KrakenDeveloperProfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $PIXAR_BUILDING_VERSION = 22.05

# System Paths.
$KrakenGlobalView = Split-Path (Split-Path $PSScriptRoot -Parent) -Parent
$IsKrakenCreatorInDirectory = './source/creator'
$IsKrakenSourceInDirectory = './source/kraken/ChaosEngine'
$IsKrakenCreatorInDirectory = './Sources/Kraken'
$IsKrakenSourceInDirectory = './Sources/Kraken'
$IsGitDirectory = './.git'

# MacOS Environment.
Expand Down

0 comments on commit d92ad07

Please sign in to comment.