forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles/prefix/darwin/macos: mask debugpy and pydevd.
Signed-off-by: Benda Xu <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
# Benda Xu <[email protected]> (2023-08-20) | ||
# Does not play well with linkers under macOS. | ||
# Undefined symbols for architecture x86_64: | ||
# "_main", referenced from: | ||
# implicit entry/start for main executable | ||
dev-python/pydevd | ||
dev-python/debugpy | ||
|
||
# Benda Xu <[email protected]> (2023-08-18) | ||
# strlcpy and other BSD functions are available in the libc of macOS. | ||
# Should not use libbsd. | ||
|