lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 23 lines 591 B view raw
1diff --git a/source/OMakefile b/source/OMakefile 2index 6b19d84..095b8b6 100644 3--- a/source/OMakefile 4+++ b/source/OMakefile 5@@ -164,12 +164,17 @@ LNK_MAIN = $(FNT)/linkerfront 6 DEP_MAIN = $(FNT)/dependfront 7 8 ############################################################ 9+# Nixpkgs specific changes 10+# 11+ 12+LEX = flex 13+ 14+############################################################ 15 # Platform specific changes 16 # 17 18 if $(mem $(OSTYPE), Cygwin Win32) 19 YACC = bison -by 20- LEX = flex 21 CFLAGS += -mno-cygwin 22 INC_C[] += $(INC)/byteswap $(INC)/search 23 export