Fix OSX compilation
This commit is contained in:
		| @@ -12,7 +12,7 @@ binary.compiler.defines += [ | ||||
|   'HAVE_STDINT_H', | ||||
| ] | ||||
|  | ||||
| if builder.target_platform == 'linux': | ||||
| if builder.target_platform is 'linux' or builder.target_platform is 'mac': | ||||
|   binary.compiler.defines += ['stricmp=strcasecmp'] | ||||
|   binary.compiler.postlink += ['-lpthread'] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user