U
    +‰d·  ã                   @   s$   d dl Z d dlZdd„ Zdd„ ZdS )é    Nc                   C   s4   t jdkrtjdkrdS dS nt jdks,t‚dS dS )z>
    Return the name of the llvmlite shared library file.
    ÚposixÚdarwinzlibllvmlite.dylibzlibllvmlite.soÚntzllvmlite.dllN)ÚosÚnameÚsysÚplatformÚAssertionError© r
   r
   ú2/tmp/pip-unpacked-wheel-stw2luzp/llvmlite/utils.pyÚget_library_name   s    

r   c                  C   s$   t ƒ g} tjdkr |  ddg¡ | S )zL
    Return the names of shared library files needed for this platform.
    r   zmsvcr120.dllzmsvcp120.dll)r   r   r   Úextend)Úfilesr
   r
   r   Úget_library_files   s    
r   )r   r   r   r   r
   r
   r
   r   Ú<module>   s   