More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-11-17 12:09:51 -05:00
parent 486ca161d3
commit 786c0a33d4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ EXESUFFIX =
LIBSUFFIX = .so
OSHSUFFIX = .hpp
# TODO dynamically select the gcc4 compiler instead? gotta figure out how to do this on a GCC 2 Hybrid nightly
gccver = $(shell $(CC) --version | sed 's/-.*//g')
ifeq ($(gccver),2.95.3)
$(error Sorry; GCC 4 is necessary to build libui for Haiku)