mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 10:52:03 +00:00
preproc.cc: Use full path for generated file
Fixes out-of-tree builds.
This commit is contained in:
parent
b90622b7ed
commit
a2b2188a7f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#include "preproc.h"
|
#include "preproc.h"
|
||||||
#include "verilog_frontend.h"
|
#include "verilog_frontend.h"
|
||||||
#include "verilog_parser.tab.hh"
|
#include "frontends/verilog/verilog_parser.tab.hh"
|
||||||
#include "kernel/log.h"
|
#include "kernel/log.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue