More TODOs.
This commit is contained in:
parent
486ca161d3
commit
786c0a33d4
|
@ -4,6 +4,7 @@ EXESUFFIX =
|
||||||
LIBSUFFIX = .so
|
LIBSUFFIX = .so
|
||||||
OSHSUFFIX = .hpp
|
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')
|
gccver = $(shell $(CC) --version | sed 's/-.*//g')
|
||||||
ifeq ($(gccver),2.95.3)
|
ifeq ($(gccver),2.95.3)
|
||||||
$(error Sorry; GCC 4 is necessary to build libui for Haiku)
|
$(error Sorry; GCC 4 is necessary to build libui for Haiku)
|
||||||
|
|
Loading…
Reference in New Issue