Support Darwin environment on buildroot/bin (#10751)
This commit is contained in:
committed by
Scott Lahteine
parent
0ea60d506a
commit
9a531da861
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration.h"
|
||||
SED=$(which gsed || which sed)
|
||||
|
||||
eval "${SED} -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration.h"
|
||||
|
Reference in New Issue
Block a user