mirror of
https://github.com/Z3Prover/z3
synced 2026-01-27 20:38:42 +00:00
make build directory configurable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
baded7fa5a
commit
1220352767
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import sys
|
|||
import re
|
||||
import os
|
||||
|
||||
BUILD_DIR='../build'
|
||||
BUILD_DIR = '../' + build_env.get('Z3BUILD', 'build')
|
||||
OUTPUT_DIRECTORY=os.path.join(os.getcwd(), 'api')
|
||||
|
||||
def parse_options():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue