Skip to content

Conversation

@donho
Copy link
Member

@donho donho commented May 6, 2025

No description provided.

@donho
Copy link
Member Author

donho commented May 6, 2025

@chcg
The makefile of new version of curl (8.13.0) need set WINBUILD_ACKNOWLEDGE_DEPRECATED=yes before to continue building libcurl.
I tried 2 ways to do it, it doesn't work. Do you have any idea to do it correctly?

run: |
set WINBUILD_ACKNOWLEDGE_DEPRECATED=yes
nmake /f Makefile.vc mode=dll vc=15 RTLIBCFG=static MACHINE="${{ matrix.build_platform }}"
nmake /f Makefile.vc mode=dll vc=15 RTLIBCFG=static DEBUG=yes MACHINE="${{ matrix.build_platform }}"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donho Just add it here and in the line above like RTLIBCFG=static or DEBUG=yes

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donho @chcg
But then, the "set" in line 36 is not needed.

@donho
Copy link
Member Author

donho commented May 10, 2025

f1572d8

@donho donho closed this May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants