Skip to content

Commit c1e24a5

Browse files
committed
Fix cross platform compilation
Because gcc was always used cygport didn't use the right compiler when building the packages for the other precessor type.
1 parent a230e64 commit c1e24a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
SRCDIR ?= .
2222
VPATH = $(SRCDIR)
2323

24-
CC = gcc
2524
BINDIR=/usr/bin
2625
MANDIR=/usr/share/man/man8
2726
DESTDIR=

0 commit comments

Comments
 (0)