8000 bpo-37925: Mention --embed in python-config usage (GH-15458) · python/cpython@d3cc189 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3cc189

Browse files
isidenticalvstinner
authored andcommitted
bpo-37925: Mention --embed in python-config usage (GH-15458)
1 parent 6fee0f8 commit d3cc189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/python-config.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
exit_with_usage ()
66
{
7-
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
7+
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed"
88
exit $1
99
}
1010

0 commit comments

Comments
 (0)
0