mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
commit
0a705f846c
@ -8,7 +8,6 @@ CFLAGS += -O2
|
||||
|
||||
SRCS = $(wildcard *.c)
|
||||
ifeq ($(OS), windows)
|
||||
SRCS += windows/win_utils.c windows/win_hack.c
|
||||
LDFLAGS += -lws2_32
|
||||
ifeq ($(OLD_WIN), 1)
|
||||
CFLAGS += -D_OLD_WIN
|
||||
|
@ -2,7 +2,8 @@
|
||||
#define __PRIM_H__
|
||||
|
||||
#include "cBackend.h"
|
||||
#include <sys/utsname.h>
|
||||
|
||||
|
||||
|
||||
// Value * Prelude_IO_prim__putStr(Value *, Value *);
|
||||
Value *Prelude_IO_prim__getChar(Value *);
|
||||
|
Loading…
Reference in New Issue
Block a user