diff options
| author | Ray <[email protected]> | 2020-08-20 20:51:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-20 20:51:55 +0200 |
| commit | 58ab0e462e5277463198006504b20811bcebdb0a (patch) | |
| tree | 4870d9dd22631d861ad896ec20b610a531b5167d /.github | |
| parent | e785ca73b5a07faed1cff0bc6c4be67a60dfc33d (diff) | |
| download | raylib-58ab0e462e5277463198006504b20811bcebdb0a.tar.gz raylib-58ab0e462e5277463198006504b20811bcebdb0a.zip | |
Update windows.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2d01e241..69f2c09a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -64,6 +64,7 @@ jobs: cd src ${{ matrix.ARCH }}-w64-mingw32-gcc.exe -v ${{ matrix.COMPILER_PATH }}/windres.exe -h + set PATH=%PATH%;${{ matrix.COMPILER_PATH }} make PLATFORM=PLATFORM_DESKTOP CC=${{ matrix.ARCH }}-w64-mingw32-gcc.exe RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" ${{ matrix.COMPILER_PATH }}/windres.exe -i raylib.dll.rc -o raylib.dll.rc.data -O coff --target=${{ matrix.WINDRES_ARCH }} make PLATFORM=PLATFORM_DESKTOP CC=${{ matrix.ARCH }}-w64-mingw32-gcc.exe RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B |
