We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db4c65 + f75b1e8 commit d1695adCopy full SHA for d1695ad
misc/yosys-config.in
@@ -44,7 +44,7 @@ if [ $# -eq 0 ]; then
44
help
45
fi
46
47
-if [ "$1" == "--build" ]; then
+if [ "$1" = "--build" ]; then
48
modname="$2"; shift 2
49
set -- --exec --cxx --cxxflags --ldflags -o "$modname" -shared "$@" --libs
50
0 commit comments