Rename setupdata to setupcommon
This commit is contained in:
parent
c251c33c3b
commit
1922f51e21
|
|
@ -29,7 +29,7 @@ import platform
|
|||
from cx_Freeze import setup, Executable
|
||||
|
||||
sys.path.insert(0, os.getcwd())
|
||||
from scripts.setupdata import setupdata
|
||||
from scripts.setupcommon import setupdata
|
||||
|
||||
|
||||
def get_egl_path():
|
||||
|
|
|
|||
Loading…
Reference in New Issue