From 2bbe2c28d0c53359dba7c646e80f5bd29a9c80f2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 27 Jan 2025 15:58:25 +0700 Subject: [PATCH] #4481 forgot to add actual build switch for yaml --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 566b7333eb..02ed6b93e4 100755 --- a/setup.py +++ b/setup.py @@ -415,6 +415,7 @@ def has_header_file(name, isdir=False) -> bool: "debug", "PIC", "Xdummy", "Xdummy_wrapper", "verbose", "tests", "bundle_tests", "win32_tools", "websockets_browser_cookie", + "yaml", ] SWITCHES = list(sorted(set(SWITCHES)))