Skip to content

Commit

Permalink
debug MacOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed May 23, 2024
1 parent 901f726 commit 6746cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cd libpng-1.6.37
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/png -DCMAKE_C_FLAGS="-Wno-error=implicit-function-declaration"
cmake .. -DCMAKE_INSTALL_PREFIX=~/png -DCMAKE_C_FLAGS="-Wno-error=implicit-function-declaration -Wno-implicit-function-declaration"
make -j2
make install
Expand Down

0 comments on commit 6746cc2

Please sign in to comment.