FS-6245: add this for now until we figure out a better way
This commit is contained in:
parent
cc32113ed4
commit
fba1c2bf36
|
@ -1188,6 +1188,7 @@ AC_CONFIG_FILES([Makefile
|
||||||
|
|
||||||
AM_CONDITIONAL(ISLINUX, [test `uname -s` = Linux])
|
AM_CONDITIONAL(ISLINUX, [test `uname -s` = Linux])
|
||||||
AM_CONDITIONAL(ISMAC, [test `uname -s` = Darwin])
|
AM_CONDITIONAL(ISMAC, [test `uname -s` = Darwin])
|
||||||
|
AM_CONDITIONAL(ISFREEBSD, [test `uname -s` = FreeBSD])
|
||||||
AM_CONDITIONAL(IS64BITLINUX, [test `uname -m` = x86_64])
|
AM_CONDITIONAL(IS64BITLINUX, [test `uname -m` = x86_64])
|
||||||
|
|
||||||
#some vars to sub into the Makefile.am's
|
#some vars to sub into the Makefile.am's
|
||||||
|
|
|
@ -109,6 +109,9 @@ $(SOURCES): $(BUILT_SOURCES)
|
||||||
|
|
||||||
$(V8_DIR):
|
$(V8_DIR):
|
||||||
$(GETLIB) $(V8).tar.bz2
|
$(GETLIB) $(V8).tar.bz2
|
||||||
|
if ISFREEBSD
|
||||||
|
$(CP) -f gyp $(V8_DIR)/build/gyp
|
||||||
|
endif
|
||||||
|
|
||||||
$(V8LIB): $(V8_DIR)
|
$(V8LIB): $(V8_DIR)
|
||||||
if test "$(CXX_TARGET_PLATFORM)" = "x86_64"; then \
|
if test "$(CXX_TARGET_PLATFORM)" = "x86_64"; then \
|
||||||
|
|
Loading…
Reference in New Issue