mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Merge branch 'rtld-next-cygwin' into 'main'
tests: only build messages-low-memory if RTLD_NEXT is available See merge request GNOME/glib!3321
This commit is contained in:
		@@ -288,7 +288,7 @@ test_extra_programs = {
 | 
				
			|||||||
  'test-spawn-echo' : {},
 | 
					  'test-spawn-echo' : {},
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if have_dlopen_dlsym
 | 
					if have_dlopen_dlsym and have_rtld_next
 | 
				
			||||||
  test_extra_programs += {
 | 
					  test_extra_programs += {
 | 
				
			||||||
    'messages-low-memory' : {
 | 
					    'messages-low-memory' : {
 | 
				
			||||||
      'dependencies' : libdl_dep,
 | 
					      'dependencies' : libdl_dep,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user