Skip to content

Commit

Permalink
Merge pull request #215 from CooperUnion/user/kmoncr/sconsflags
Browse files Browse the repository at this point in the history
Set SCons default working directory to the repo root
  • Loading branch information
kmoncr authored Nov 13, 2024
2 parents 2f99103 + c0f2afb commit c46fe85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ watch_file './site_scons/env.py'

eval $(./site_scons/env.py --export)

export SCONSFLAGS="${SCONSFLAGS:-} --directory=$(expand_path .)"


COLOR_MAGENTA="\033[1;35m"

Expand Down

0 comments on commit c46fe85

Please sign in to comment.