mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
patch -p1 < 0001-throw-in-funcdef.patch
|
|
patch -p1 < 0002-isprint.patch
|
|
patch -p1 < 0003-fix_build_with_c99_compilers.patch
|