fix make printport in cc archive

This commit is contained in:
lperron@google.com
2014-04-10 19:35:57 +00:00
parent f057cb168e
commit 6edbb77879

View File

@@ -53,6 +53,7 @@ ifeq ("$(SYSTEM)","unix")
LD_FLAGS = -lz
ORTOOLS_LIB = -L$(OR_ROOT)lib -lortools
ARCH = -DARCH_K8
PORT = MacOsX64
endif
O = o
E =
@@ -255,6 +256,7 @@ printport:
@echo SYSTEM = $(SYSTEM)
@echo PORT = $(PORT)
@echo OS = $(OS)
@echo CCC = $(CCC)
# Include user makefile