Commit d1eb7b3
build: fix stray debug string in LIEF defines
A stray debug string 'testtttt' in lief.gyp's defines list was missing
a trailing comma, causing it to be concatenated with the adjacent
MBEDTLS_CONFIG_FILE define via implicit string concatenation. This
resulted in the compiler receiving:
-DtestttttMBEDTLS_CONFIG_FILE="config/mbedtls/config.h"
instead of:
-DMBEDTLS_CONFIG_FILE="config/mbedtls/config.h"
Remove the stray string so that MBEDTLS_CONFIG_FILE is defined
correctly.
Refs: #62129
PR-URL: #62683
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent e1928cd commit d1eb7b3Copy full SHA for d1eb7b3
1 file changed
-1Lines changed: 0 additions & 1 deletion
Expand file treeCollapse file tree
Open diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
443 | 443 | |
444 | 444 | |
445 | 445 | |
446 | | - |
447 | 446 | |
448 | 447 | |
449 | 448 | |
|
0 commit comments