Skip to content

[MinGW] Add double quotes to OpenSSL Path in Makefile - #193

Merged
iProgramMC merged 2 commits into
DiscordMessenger:masterfrom
irisknowz:patch-1
Jul 27, 2026
Merged

[MinGW] Add double quotes to OpenSSL Path in Makefile#193
iProgramMC merged 2 commits into
DiscordMessenger:masterfrom
irisknowz:patch-1

Conversation

@irisknowz

Copy link
Copy Markdown
Contributor

Without the double quotes in the Makefile, a path with spaces in either OPENSSL_INC_DIR or OPENSSL_LIB_DIR would be interpreted as multiple arguments on the linker and it would fail. This pull request fixes that. It also adds two more messages showing the paths.

EXAMPLE SCREENSHOT:
image

I also believe we should move from this static Makefile to a ./configure.sh or a automake/autoconfig script, as users need too much interaction to make this.

irisknowz and others added 2 commits June 18, 2025 20:19
DiscordMessenger#193: Without the double quotes in the Makefile, a path with spaces in either OPENSSL_INC_DIR or OPENSSL_LIB_DIR would be interpreted as multiple arguments on the linker and it would fail. This commit fixes that.
@iProgramMC
iProgramMC merged commit 4c9daa0 into DiscordMessenger:master Jul 27, 2026
1 check passed
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.

2 participants