mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[PR #349] [MERGED] Support user-supplied config.mk #469
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/349
Author: @sjmulder
Created: 7/27/2021
Status: ✅ Merged
Merged: 7/29/2021
Merged by: @jmcnamara
Base:
main← Head:pr/config-mk📝 Commits (1)
252b460Support user-supplied config.mk📊 Changes
11 files changed (+23 additions, -0 deletions)
View changed files
📝
Makefile(+3 -0)📝
docs/Makefile(+2 -0)📝
examples/Makefile(+2 -0)📝
src/Makefile(+2 -0)📝
test/functional/src/Makefile(+2 -0)📝
test/unit/Makefile(+2 -0)📝
test/unit/Makefile.unit(+2 -0)📝
third_party/dtoa/Makefile(+2 -0)📝
third_party/md5/Makefile(+2 -0)📝
third_party/minizip/Makefile(+2 -0)📝
third_party/tmpfileplus/Makefile(+2 -0)📄 Description
Users and developers may have to make some
makeconfiguration changesto suit the local environment, for example for setting up library search
paths. To avoid having to type arguments to
makeevery time temporary localchanges may be made to Makefiles but this presents two problems:
such a local Makefile change.
This commit adds includes for an optional, top level
config.mkforlocal changes, ignored by version control.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.