mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Remove local modifications.
This commit is contained in:
parent
ff915d21b6
commit
cb9f318d37
2 changed files with 1 additions and 8 deletions
|
@ -74,7 +74,6 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "libs/json11/json11.hpp"
|
||||
#include "devtools/build/runtime/get_runfiles_dir.h"
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
|
@ -984,8 +983,7 @@ void init_share_dirname()
|
|||
return;
|
||||
}
|
||||
# ifdef YOSYS_DATDIR
|
||||
proc_share_path = devtools_build::GetRunfilesDir() + "/";
|
||||
proc_share_path += YOSYS_DATDIR "/";
|
||||
proc_share_path = YOSYS_DATDIR "/";
|
||||
if (check_file_exists(proc_share_path, true)) {
|
||||
yosys_share_dirname = proc_share_path;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue