mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 22:03:40 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
79507ce4ad
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if [ $# -eq 0 ]; then
|
||||||
help
|
help
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" == "--build" ]; then
|
if [ "$1" = "--build" ]; then
|
||||||
modname="$2"; shift 2
|
modname="$2"; shift 2
|
||||||
set -- --exec --cxx --cxxflags --ldflags -o "$modname" -shared "$@" --libs
|
set -- --exec --cxx --cxxflags --ldflags -o "$modname" -shared "$@" --libs
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue