|  |  | @ -696,7 +696,11 @@ void PluginManager::init(Core * core) | 
			
		
	
		
		
			
				
					
					|  |  |  | { |  |  |  | { | 
			
		
	
		
		
			
				
					
					|  |  |  | #ifdef LINUX_BUILD |  |  |  | #ifdef LINUX_BUILD | 
			
		
	
		
		
			
				
					
					|  |  |  |     string path = core->getHackPath() + "plugins/"; |  |  |  |     string path = core->getHackPath() + "plugins/"; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #ifdef _DARWIN | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     const string searchstr = ".plug.dylib"; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #else | 
			
		
	
		
		
			
				
					
					|  |  |  |     const string searchstr = ".plug.so"; |  |  |  |     const string searchstr = ".plug.so"; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #endif | 
			
		
	
		
		
			
				
					
					|  |  |  | #else |  |  |  | #else | 
			
		
	
		
		
			
				
					
					|  |  |  |     string path = core->getHackPath() + "plugins\\"; |  |  |  |     string path = core->getHackPath() + "plugins\\"; | 
			
		
	
		
		
			
				
					
					|  |  |  |     const string searchstr = ".plug.dll"; |  |  |  |     const string searchstr = ".plug.dll"; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |