mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
do_compile_prepend () {
|
|
sed -i -e 's#^LDFLAGS=.*#LDFLAGS = -L. ${LDFLAGS}#g' Makefile
|
|
}
|