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

Skip to content

Commit b8a22ac

Browse files
bpo-37925: Mention --embed in python-config usage (GH-15458)
(cherry picked from commit d3cc189) Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
1 parent 04b7507 commit b8a22ac

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