makefile: remove emoji on Linux
These break the build on i386 in some very specific circumstances (where /bin/sh breaks when handling unicode), and are completely useless when it comes to actually building the project. Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
f1a3a6fba6
commit
83f4ab8855
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#linux specific settings
|
#linux specific settings
|
||||||
|
WHALE="+"
|
||||||
|
ONI="-"
|
||||||
COMMANDS += containerd-shim containerd-shim-runc-v1
|
COMMANDS += containerd-shim containerd-shim-runc-v1
|
||||||
|
|
||||||
# check GOOS for cross compile builds
|
# check GOOS for cross compile builds
|
||||||
|
Loading…
Reference in New Issue
Block a user