mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix MSVC builds for dummy_seclabel breakage.
This commit is contained in:
		@@ -40,6 +40,7 @@ my $Config = -e "release/postgres/postgres.exe" ? "Release" : "Debug";
 | 
				
			|||||||
copy("$Config/refint/refint.dll","src/test/regress");
 | 
					copy("$Config/refint/refint.dll","src/test/regress");
 | 
				
			||||||
copy("$Config/autoinc/autoinc.dll","src/test/regress");
 | 
					copy("$Config/autoinc/autoinc.dll","src/test/regress");
 | 
				
			||||||
copy("$Config/regress/regress.dll","src/test/regress");
 | 
					copy("$Config/regress/regress.dll","src/test/regress");
 | 
				
			||||||
 | 
					copy("$Config/dummy_seclabel/dummy_seclabel.dll","src/test/regress");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$ENV{PATH} = "../../../$Config/libpq;../../$Config/libpq;$ENV{PATH}";
 | 
					$ENV{PATH} = "../../../$Config/libpq;../../$Config/libpq;$ENV{PATH}";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user