Skip to content

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Oct 31, 2024
1 parent d632f80 commit 6fc879f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ clean:

# for macos
develop:
conda deactivate
# conda deactivate
LIBCLANG_PATH=${HOMEBREW_PREFIX}/opt/llvm/lib \
CC=${HOMEBREW_PREFIX}/opt/llvm/bin/clang \
CXX=${HOMEBREW_PREFIX}/opt/llvm/bin/clang++ \
Expand All @@ -15,7 +15,7 @@ develop:

# for macos
build:
conda deactivate
# conda deactivate
LIBCLANG_PATH=${HOMEBREW_PREFIX}/opt/llvm/lib \
CC=${HOMEBREW_PREFIX}/opt/llvm/bin/clang \
CXX=${HOMEBREW_PREFIX}/opt/llvm/bin/clang++ \
Expand Down

0 comments on commit 6fc879f

Please sign in to comment.