mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
use forward slash on src include
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
561522f882
commit
7731163d11
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ class Component:
|
||||||
out.write('%s =' % include_defs)
|
out.write('%s =' % include_defs)
|
||||||
for dep in self.deps:
|
for dep in self.deps:
|
||||||
out.write(' -I%s' % get_component(dep).to_src_dir)
|
out.write(' -I%s' % get_component(dep).to_src_dir)
|
||||||
out.write(' -I..\src')
|
out.write(' -I../src')
|
||||||
out.write('\n')
|
out.write('\n')
|
||||||
mk_dir(os.path.join(BUILD_DIR, self.build_dir))
|
mk_dir(os.path.join(BUILD_DIR, self.build_dir))
|
||||||
if VS_PAR and IS_WINDOWS:
|
if VS_PAR and IS_WINDOWS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue