Commit a2e786d
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: nodejs#62129
PR-URL: nodejs#62683
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>1 parent fc4b334 commit a2e786d
263 files changed
Lines changed: 79237 additions & 26 deletions
File tree
- .github/workflows
- deps
- LIEF
- libffi
- doc
- include
- m4
- man
- msvc_build/aarch64/aarch64_include
- src
- aarch64
- alpha
- arc
- arm
- avr32
- bfin
- cris
- csky
- frv
- ia64
- kvx
- loongarch64
- m32r
- m68k
- m88k
- metag
- microblaze
- mips
- moxie
- or1k
- pa
- powerpc
- riscv
- s390
- sh64
- sh
- sparc
- tile
- vax
- wasm
- x86
- xtensa
- doc
- api
- contributing/maintaining
- lib
- internal
- bootstrap
- process
- src
- ffi
- permission
- test
- common
- ffi
- fixture_library
- parallel
- testpy
- tools
- dep_updaters
- nix
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
164 | 173 | | |
165 | 174 | | |
166 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| |||
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
| 357 | + | |
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
| |||
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| 369 | + | |
367 | 370 | | |
368 | 371 | | |
369 | 372 | | |
| |||
542 | 545 | | |
543 | 546 | | |
544 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
545 | 571 | | |
546 | 572 | | |
547 | 573 | | |
| |||
552 | 578 | | |
553 | 579 | | |
554 | 580 | | |
555 | | - | |
| 581 | + | |
556 | 582 | | |
557 | 583 | | |
558 | 584 | | |
| |||
563 | 589 | | |
564 | 590 | | |
565 | 591 | | |
| 592 | + | |
| 593 | + | |
566 | 594 | | |
567 | 595 | | |
568 | 596 | | |
| |||
591 | 619 | | |
592 | 620 | | |
593 | 621 | | |
594 | | - | |
| 622 | + | |
595 | 623 | | |
596 | 624 | | |
597 | 625 | | |
| |||
614 | 642 | | |
615 | 643 | | |
616 | 644 | | |
617 | | - | |
| 645 | + | |
618 | 646 | | |
619 | 647 | | |
620 | 648 | | |
| |||
632 | 660 | | |
633 | 661 | | |
634 | 662 | | |
| 663 | + | |
635 | 664 | | |
636 | 665 | | |
637 | 666 | | |
| |||
734 | 763 | | |
735 | 764 | | |
736 | 765 | | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
737 | 776 | | |
738 | 777 | | |
739 | 778 | | |
| |||
1228 | 1267 | | |
1229 | 1268 | | |
1230 | 1269 | | |
| 1270 | + | |
1231 | 1271 | | |
1232 | 1272 | | |
1233 | 1273 | | |
| |||
1502 | 1542 | | |
1503 | 1543 | | |
1504 | 1544 | | |
| 1545 | + | |
1505 | 1546 | | |
1506 | 1547 | | |
1507 | 1548 | | |
| |||
1526 | 1567 | | |
1527 | 1568 | | |
1528 | 1569 | | |
| 1570 | + | |
1529 | 1571 | | |
1530 | 1572 | | |
1531 | 1573 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
689 | 711 | | |
690 | 712 | | |
691 | 713 | | |
| |||
1017 | 1039 | | |
1018 | 1040 | | |
1019 | 1041 | | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
1020 | 1048 | | |
1021 | 1049 | | |
1022 | 1050 | | |
| |||
2233 | 2261 | | |
2234 | 2262 | | |
2235 | 2263 | | |
| 2264 | + | |
| 2265 | + | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
2236 | 2301 | | |
2237 | 2302 | | |
2238 | 2303 | | |
| |||
2686 | 2751 | | |
2687 | 2752 | | |
2688 | 2753 | | |
| 2754 | + | |
2689 | 2755 | | |
2690 | 2756 | | |
2691 | 2757 | | |
| |||
| 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