11
Some checks failed
Build Eden Emulator (Wine Native) / build-windows-wine (push) Failing after 22m20s
Some checks failed
Build Eden Emulator (Wine Native) / build-windows-wine (push) Failing after 22m20s
This commit is contained in:
@@ -69,9 +69,14 @@ jobs:
|
|||||||
# Download Python (Windows Embeddable)
|
# Download Python (Windows Embeddable)
|
||||||
wget https://www.python.org/ftp/python/3.12.3/python-3.12.3-embed-amd64.zip
|
wget https://www.python.org/ftp/python/3.12.3/python-3.12.3-embed-amd64.zip
|
||||||
unzip -q python-3.12.3-embed-amd64.zip -d python
|
unzip -q python-3.12.3-embed-amd64.zip -d python
|
||||||
|
# Enable site-packages in embeddable python (needed for some scripts)
|
||||||
|
sed -i 's/#import site/import site/' python/python312._pth
|
||||||
|
|
||||||
- name: Setup Environment and Scripts
|
- name: Setup Environment and Scripts
|
||||||
run: |
|
run: |
|
||||||
|
# Patch libusb CMakeLists.txt to use native CMake build instead of autoconf on MinGW
|
||||||
|
sed -i 's/if (MINGW OR PLATFORM_LINUX OR APPLE)/if (PLATFORM_LINUX OR APPLE)/' externals/libusb/CMakeLists.txt
|
||||||
|
|
||||||
# Create configure script
|
# Create configure script
|
||||||
echo "@echo off" > configure.bat
|
echo "@echo off" > configure.bat
|
||||||
echo "set PATH=tools\llvm\bin;tools\cmake\bin;tools\ninja;tools\python;tools\utils;%PATH%" >> configure.bat
|
echo "set PATH=tools\llvm\bin;tools\cmake\bin;tools\ninja;tools\python;tools\utils;%PATH%" >> configure.bat
|
||||||
|
|||||||
Reference in New Issue
Block a user