Skip to content

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Sep 15, 2025

  • build in a single step.

  • allow overriding all variables:
    source, target, compiler, libpaths, libs, flags.

Example:

LIBS= LDFLAGS= SRC=altsvc.c make -f Makefile.example

- build in a single step

- allow overriding all variables:
  source, target, libpaths, libs, compiler.
@vszakats vszakats closed this in f6ddc1f Sep 16, 2025
@vszakats vszakats deleted the makex branch September 16, 2025 09:26
vszakats added a commit to vszakats/curl that referenced this pull request Oct 3, 2025
The `ld` linker is sensitive to this, and did not find libcurl symbol
with the order before this patch. Seen with mingw-w64 gcc.

Follow-up to f6ddc1f curl#18554
vszakats added a commit that referenced this pull request Oct 3, 2025
The `ld` linker is sensitive to this, and did not find libcurl symbol
with the order before this patch. Seen with mingw-w64 gcc.

Follow-up to f6ddc1f #18554

Closes #18835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant