2016-12-18 10:25:24 +01:00
|
|
|
diff --git a/source/OMakefile b/source/OMakefile
|
2018-03-15 18:37:55 +01:00
|
|
|
index e6bd37e..1bbc0a8 100644
|
2016-12-18 10:25:24 +01:00
|
|
|
--- a/source/OMakefile
|
|
|
|
+++ b/source/OMakefile
|
2018-03-15 18:37:55 +01:00
|
|
|
@@ -184,6 +184,12 @@ DEP_MAIN = $(FNT)/dependfront
|
|
|
|
PAR_MAIN = $(FNT)/parsefront
|
2015-02-21 08:41:37 +01:00
|
|
|
|
2016-12-18 10:25:24 +01:00
|
|
|
############################################################
|
|
|
|
+# Nixpkgs specific changes
|
|
|
|
+#
|
|
|
|
+
|
2015-02-21 08:41:37 +01:00
|
|
|
+LEX = flex
|
|
|
|
+
|
2016-12-18 10:25:24 +01:00
|
|
|
+############################################################
|
2015-02-21 08:41:37 +01:00
|
|
|
# Platform specific changes
|
|
|
|
#
|
|
|
|
|
2018-03-15 18:37:55 +01:00
|
|
|
@@ -194,7 +200,6 @@ if $(mem $(SYSNAME), Linux)
|
|
|
|
|
2015-02-21 08:41:37 +01:00
|
|
|
if $(mem $(OSTYPE), Cygwin Win32)
|
|
|
|
YACC = bison -by
|
|
|
|
- LEX = flex
|
2018-03-15 18:37:55 +01:00
|
|
|
CC = i686-pc-mingw32-gcc
|
2015-02-21 08:41:37 +01:00
|
|
|
INC_C[] += $(INC)/byteswap $(INC)/search
|
|
|
|
export
|