mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	Fix compiler output argument in homescreen
This commit is contained in:
		
				
					committed by
					
						
						Arthur Sonzogni
					
				
			
			
				
	
			
			
			
						parent
						
							a24abdae19
						
					
				
				
					commit
					e9eab32b2f
				
			@@ -203,7 +203,7 @@ int main(int argc, const char* argv[]) {
 | 
			
		||||
    }
 | 
			
		||||
    // Executable
 | 
			
		||||
    if (!executable_content_.empty()) {
 | 
			
		||||
      line.push_back(text(L" -O ") | bold);
 | 
			
		||||
      line.push_back(text(L" -o ") | bold);
 | 
			
		||||
      line.push_back(text(executable_content_) | color(Color::BlueLight) |
 | 
			
		||||
                     bold);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user