Skip to content

Commit 6c94abe

Browse files
committed
windows/README: Use CROSS_COMPILE instead of CC to cover other tools too.
Suggested by @lurch.
1 parent 4c6b375 commit 6c94abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ It is based on Unix port, and expected to remain so.
44
To cross-compile under Debian/Ubuntu Linux system:
55

66
sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
7-
make CC=i586-mingw32msvc-gcc
7+
make CROSS_COMPILE=i586-mingw32msvc-
88

99
The port requires additional testing, debugging, and patches. Please
1010
consider to contribute.

0 commit comments

Comments
 (0)