summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-20 20:53:32 +0200
committerGitHub <[email protected]>2020-08-20 20:53:32 +0200
commit7bb92972d1d8cbc154ae4794eb74ba734b2e24e3 (patch)
treeea24513f760dbb283b418ca8cf015d59541f51ac /.github
parent58ab0e462e5277463198006504b20811bcebdb0a (diff)
downloadraylib-7bb92972d1d8cbc154ae4794eb74ba734b2e24e3.tar.gz
raylib-7bb92972d1d8cbc154ae4794eb74ba734b2e24e3.zip
Update windows.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 69f2c09a..c40f97d9 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -62,9 +62,9 @@ jobs:
- name: Build Library (MinGW-w64)
run: |
cd src
- ${{ matrix.ARCH }}-w64-mingw32-gcc.exe -v
- ${{ matrix.COMPILER_PATH }}/windres.exe -h
set PATH=%PATH%;${{ matrix.COMPILER_PATH }}
+ ${{ matrix.ARCH }}-w64-mingw32-gcc.exe --version
+ ${{ matrix.COMPILER_PATH }}/windres.exe --version
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