Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Oct 7, 2023
1 parent a67006a commit 080b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
mkdir dynamic_gmp && mkdir static_gmp &&
pushd . &&
echo ">>>>>>>>>>>>>>>>>>>>>>" && echo $pwd &&
cd gmp-6.2.1 && ./configure CPPFLAGS=-I/cygdrive/d/a/$pwd --host=x86_64-w64-mingw32 --build=i686-pc-cygwin --enable-shared --disable-static --prefix=$pwd/dynamic_gmp &&
cd gmp-6.2.1 && ./configure CPPFLAGS=-I$pwd/gmp-6.2.1 --host=x86_64-w64-mingw32 --build=i686-pc-cygwin --enable-shared --disable-static --prefix=$pwd/dynamic_gmp &&
make && make install &&
make clean && ./configure --host=x86_64-w64-mingw32 --build=i686-pc-cygwin --enable-static --disable-shared --prefix=$pwd/static_gmp &&
make && make install &&
Expand Down

0 comments on commit 080b6e8

Please sign in to comment.