This commit is contained in:
parent
6e155ee50a
commit
f0879a2a55
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ ifeq ($(IS_WATCOM),1)
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LIBS =
|
LIBS =
|
||||||
|
|
||||||
ifeq ($(IS_),1)
|
ifeq ($(IS_WINDOWS),1)
|
||||||
CC += -bnt
|
CC += -bnt
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
@ -56,7 +56,7 @@ ifeq ($(IS_MINGW),1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(IS_MUSL_CROSS),1)
|
ifeq ($(IS_MUSL_CROSS),1)
|
||||||
CC = musl-$(CC)
|
CC = musl-gcc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
### Common flags
|
### Common flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue