From 99e8ad1268d3d4f286448f9588dae0a1fdbe370d Mon Sep 17 00:00:00 2001 From: InfernumVII <126960693+InfernumVII@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:13:32 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f88b30..d47880a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,6 @@ jobs: $version = python -c "import PyInstaller; print(PyInstaller.__version__)" git clone --depth 1 --branch "v$version" https://github.com/pyinstaller/pyinstaller.git _pyinstaller_src cd _pyinstaller_src/bootloader - $env:CFLAGS = "-Wno-error=old-style-definition" python ./waf all --target-arch=64bit $dest = python -c "import PyInstaller; import os; print(os.path.join(os.path.dirname(PyInstaller.__file__), 'bootloader', 'Windows-64bit-intel'))" New-Item -ItemType Directory -Force -Path $dest @@ -63,7 +62,7 @@ jobs: $version = python -c "import PyInstaller; print(PyInstaller.__version__)" git clone --depth 1 --branch "v$version" https://github.com/pyinstaller/pyinstaller.git _pyinstaller_src cd _pyinstaller_src/bootloader - $env:CFLAGS = "-Wno-error=old-style-definition" + $env:CFLAGS = "-Wno-error=old-style-definition -std=c11" python ./waf all --target-arch=64bit $dest = python -c "import PyInstaller; import os; print(os.path.join(os.path.dirname(PyInstaller.__file__), 'bootloader', 'Windows-64bit-intel'))" New-Item -ItemType Directory -Force -Path $dest