Skip to content

Commit

Permalink
[makefile] [worker] Unset VENDORED_SETUP for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Sep 29, 2024
1 parent 8456a37 commit 7e50a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ patch-for-js:
_LIBROOT=$(shell opam var lib)

# At some point this may be the better idea
VENDORED_SETUP:=true
# Not true in this branch
# VENDORED_SETUP:=true

ifdef VENDORED_SETUP
_CCROOT=_build/install/default/lib/coq-core
Expand Down

0 comments on commit 7e50a21

Please sign in to comment.