Skip to content

Commit 51a7e96

Browse files
committed
cib-013
1 parent a6e5679 commit 51a7e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import argparse, os, subprocess, sys
2424
from urllib.parse import urlparse
2525

26-
#useTag = 'cib-012' # --clone and --checkout retrieve this tag
27-
useTag = None # --clone and --checkout retrieve branches
26+
useTag = 'cib-013' # --clone and --checkout retrieve this tag
27+
#useTag = None # --clone and --checkout retrieve branches
2828

2929
reoptClang = True
3030
useFastcomp = False

0 commit comments

Comments
 (0)