Milestone 2
This commit is contained in:
parent
14e3afdd7b
commit
866f0419ad
19 changed files with 2006 additions and 23 deletions
10
.envrc.example
Normal file
10
.envrc.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Example .envrc for use with direnv
|
||||
# Install direnv: https://direnv.net/
|
||||
# Then run: direnv allow
|
||||
|
||||
# Tell clangd to query GCC for system includes
|
||||
export CLANGD_FLAGS="--query-driver=/home/linuxbrew/.linuxbrew/bin/g++"
|
||||
|
||||
# Ensure Homebrew tools are in PATH
|
||||
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
|
||||
export PKG_CONFIG_PATH="/home/linuxbrew/.linuxbrew/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||
Loading…
Add table
Add a link
Reference in a new issue