o
    ߐi                     @   s$   d dl Z d dlZdd Zdd ZdS )    Nc                   C   s.   t jdkrtjdkrdS dS t jdksJ dS )z>
    Return the name of the llvmlite shared library file.
    posixdarwinzlibllvmlite.dylibzlibllvmlite.sontzllvmlite.dll)osnamesysplatform r	   r	   ]/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/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    