beremiz
Clone
Summary
Browse
Changes
Graph
GCC toolchain: Add {SYSROOT} substitution with support for whitespaces
2024-02-20, Edouard Tisserant
5b2f3a915a43
file is
Executable
GCC toolchain: Add {SYSROOT} substitution with support for whitespaces
Any instance of {SYROOT} string in config's CFLAGS and LDFLAGS is replaced by sysroot path obtained from "gcc -print-sysroot"
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start -i $CONTAINER