File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ jobs:
100100 - run : Expand-Archive ./sources.zip
101101
102102 - run : cmake -B "${{github.workspace}}/cmake_build" -DCMAKE_INSTALL_PREFIX="${{github.workspace}}/builds/libpng" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{github.workspace}}/builds/zlib" -DPNG_SHARED=OFF -DPNG_STATIC=ON
103- working-directory : sources/lpng1642
103+ working-directory : sources/lpng1643
104104
105105 - run : cmake --build "${{github.workspace}}/cmake_build" --config ${{env.BUILD_TYPE}}
106- working-directory : sources/lpng1642
106+ working-directory : sources/lpng1643
107107
108108 - run : cmake --install "${{github.workspace}}/cmake_build"
109- working-directory : sources/lpng1642
109+ working-directory : sources/lpng1643
110110
111111 build_freetype :
112112 runs-on : windows-latest
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if(!(Test-Path libpng.zip))
4747 Invoke-WebRequest - UserAgent " Wget" - URI https:// sourceforge.net/ projects/ libpng/ files/ latest/ download - OutFile libpng.zip
4848 Expand-Archive - Force ./ libpng.zip
4949}
50- cd libpng/ lpng1642
50+ cd libpng/ lpng1643
5151cmake - B " cmake_build" - G " MinGW Makefiles" - DCMAKE_INSTALL_PREFIX= " ${build_path} /libpng" - DCMAKE_BUILD_TYPE= Release - DCMAKE_PREFIX_PATH= " ../../zlib_build"
5252cmake -- build " cmake_build" -- config Release -- parallel 8
5353cmake -- install " cmake_build"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if(!(Test-Path libpng.zip))
5656 Invoke-WebRequest - UserAgent " Wget" - URI https:// sourceforge.net/ projects/ libpng/ files/ latest/ download - OutFile libpng.zip
5757 Expand-Archive - Force ./ libpng.zip
5858}
59- cd libpng/ lpng1642
59+ cd libpng/ lpng1643
6060cmake - B " cmake_build" - G " Visual Studio 17 2022" - DCMAKE_INSTALL_PREFIX= " ${build_path} /libpng" - DCMAKE_PREFIX_PATH= " ${build_path} /zlib"
6161cmake -- build " cmake_build" -- config Release -- parallel 8
6262cmake -- install " cmake_build" -- config Release
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if(!(Test-Path libpng.zip))
5555 Invoke-WebRequest - UserAgent " Wget" - URI https:// sourceforge.net/ projects/ libpng/ files/ latest/ download - OutFile libpng.zip
5656 Expand-Archive - Force ./ libpng.zip
5757}
58- cd libpng/ lpng1642
58+ cd libpng/ lpng1643
5959cmake - B " cmake_build" - G " Visual Studio 17 2022" - DCMAKE_INSTALL_PREFIX= " ${build_path} /libpng" - DCMAKE_PREFIX_PATH= " ${build_path} /zlib"
6060cmake -- build " cmake_build" -- config Debug -- parallel 8
6161cmake -- install " cmake_build" -- config Debug
You can’t perform that action at this time.
0 commit comments