Commit 67493d7
committed
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: #621291 parent 9f0a3e6 commit 67493d7
1 file changed
+0
-1
lines changed| 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