mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Michele Santullo <m.santullo@posteo.net>
14 lines
252 B
Diff
14 lines
252 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 8364e93..d3fc48f 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -27,7 +27,7 @@ CROSS_PREFIX:=x86_64-w64-mingw32-
|
|
#CROSS_PREFIX=i686-w64-mingw32-
|
|
EXE:=.exe
|
|
else
|
|
-CROSS_PREFIX:=
|
|
+CROSS_PREFIX:=${CHOST}-
|
|
EXE:=
|
|
endif
|
|
|