Skip to content

Commit bf0ec77

Browse files
committed
Okay, gcc worked on Windows, but why?
1 parent bcc7d1a commit bf0ec77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Use bash syntax for all shell commands
2-
SHELL := /bin/bash
2+
export SHELL := /bin/bash
33

44
$(info ${SHELL})
55
$(info $(shell type -a cc))
6-
CC=gcc
6+
#CC=gcc
77

88
# Where to install.
99
prefix ?= /usr/local

0 commit comments

Comments
 (0)