mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 17:36:15 +00:00
fix the path to ../build/z3-built
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dc9565990c
commit
a66095bb08
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
// @ts-ignore no-implicit-any
|
// @ts-ignore no-implicit-any
|
||||||
import { createApi, Z3HighLevel } from './high-level';
|
import { createApi, Z3HighLevel } from './high-level';
|
||||||
import { init as initWrapper, Z3LowLevel } from './low-level';
|
import { init as initWrapper, Z3LowLevel } from './low-level';
|
||||||
import initModule = require('../z3-built');
|
import initModule = require('../build/z3-built');
|
||||||
|
|
||||||
export * from './high-level/types';
|
export * from './high-level/types';
|
||||||
export { Z3Core, Z3LowLevel } from './low-level';
|
export { Z3Core, Z3LowLevel } from './low-level';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue