mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-27 04:29:51 +01:00
Merge branch 'fopen-cloexec' into 'main'
gstdio: Add support for the `e` flag (O_CLOEXEC) to g_fopen() See merge request GNOME/glib!4564
This commit is contained in:
@@ -235,6 +235,9 @@ endforeach
|
||||
python_test_env = test_env
|
||||
python_test_env.prepend('PYTHONPATH', python_test_libraries_path)
|
||||
python_test_env.prepend('PYTHONPATH', python_test_libraries_built)
|
||||
if python_test_env_common_path.length() > 0
|
||||
python_test_env.prepend('PATH', python_test_env_common_path)
|
||||
endif
|
||||
|
||||
foreach test_name, extra_args : python_tests
|
||||
depends = [extra_args.get('depends', [])]
|
||||
|
||||
Reference in New Issue
Block a user