mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Generate single header even if output dir does not exist
This commit is contained in:
		| @@ -36,6 +36,8 @@ for arg in sys.argv[1:]: | ||||
|         print( "\n** Unrecognised argument: " + arg + " **\n" ) | ||||
|         exit(1) | ||||
|  | ||||
| # ensure that the output directory exists | ||||
| os.makedirs(os.path.dirname(outputPath), exist_ok = True) | ||||
| out = open( outputPath, 'w' ) | ||||
| ifdefs = 0 | ||||
| implIfDefs = -1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský