mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Adapt tcc-0.9.26's step to use pnut-exe instead of mes
This commit is contained in:
parent
ba90de8d85
commit
15a64feac3
12 changed files with 120 additions and 50 deletions
5
steps/tcc-0.9.26/simple-patches/array_sizeof.after
Normal file
5
steps/tcc-0.9.26/simple-patches/array_sizeof.after
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ifdef PNUT_CC
|
||||
char buf1[1024];
|
||||
#else
|
||||
char buf1[sizeof file->filename];
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue