mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Robocopy doesn't like trailing slashes
This commit is contained in:
		
							parent
							
								
									b1cb0a3f2c
								
							
						
					
					
						commit
						8515b23bec
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -91,10 +91,10 @@ if (Qt5_FOUND AND MSVC) | ||||||
|     set(PLATFORMS ${DLL_DEST}platforms/) |     set(PLATFORMS ${DLL_DEST}platforms/) | ||||||
| 
 | 
 | ||||||
|     # windows commandline expects the / to be \ so switch them |     # windows commandline expects the / to be \ so switch them | ||||||
|     string(REPLACE "/" "\\" Qt5_DLL_DIR ${Qt5_DLL_DIR}) |     string(REPLACE "/" "\\\\" Qt5_DLL_DIR ${Qt5_DLL_DIR}) | ||||||
|     string(REPLACE "/" "\\" Qt5_PLATFORMS_DIR ${Qt5_PLATFORMS_DIR}) |     string(REPLACE "/" "\\\\" Qt5_PLATFORMS_DIR ${Qt5_PLATFORMS_DIR}) | ||||||
|     string(REPLACE "/" "\\" DLL_DEST ${DLL_DEST}) |     string(REPLACE "/" "\\\\" DLL_DEST ${DLL_DEST}) | ||||||
|     string(REPLACE "/" "\\" PLATFORMS ${PLATFORMS}) |     string(REPLACE "/" "\\\\" PLATFORMS ${PLATFORMS}) | ||||||
| 
 | 
 | ||||||
|     # /NJH /NJS /NDL /NFL /NC /NS /NP - Silence any output |     # /NJH /NJS /NDL /NFL /NC /NS /NP - Silence any output | ||||||
|     # cmake adds an extra check for command success which doesn't work too well with robocopy |     # cmake adds an extra check for command success which doesn't work too well with robocopy | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue