From 2a0cac57ce89dc18fb200e22d95c1c142e9ac5c7 Mon Sep 17 00:00:00 2001 From: Alexander Shiryaev Date: Mon, 26 Feb 2018 13:31:35 +0300 Subject: [PATCH] Makefile fixed --- BlackBox/_Linux_/Lin/Mod/gen-LibW/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BlackBox/_Linux_/Lin/Mod/gen-LibW/Makefile b/BlackBox/_Linux_/Lin/Mod/gen-LibW/Makefile index 5561368..22c5d0d 100644 --- a/BlackBox/_Linux_/Lin/Mod/gen-LibW/Makefile +++ b/BlackBox/_Linux_/Lin/Mod/gen-LibW/Makefile @@ -8,6 +8,8 @@ INCDIR ?= /usr/include PY = python2.7 +CFLAGS += -m32 + DEFS = defs-basictypes defs-lc all: LibW.txt ${DEFS} -- 2.29.2