libui/haiku/GNUosspecific.mk

11 lines
206 B
Makefile
Raw Normal View History

2015-11-17 09:46:58 -06:00
# 16 october 2015
EXESUFFIX =
LIBSUFFIX = .so
OSHSUFFIX = .hpp
2015-11-17 10:55:52 -06:00
gccver = $(shell $(CC) --version | sed 's/-.*//g')
ifeq ($(gccver),2.95.3)
$(error Sorry; GCC 4 is necessary to build libui for Haiku)
endif