Commit d3cc189b authored by Batuhan Taşkaya's avatar Batuhan Taşkaya Committed by Victor Stinner

bpo-37925: Mention --embed in python-config usage (GH-15458)

parent 6fee0f8e
......@@ -4,7 +4,7 @@
exit_with_usage ()
{
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed"
exit $1
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment