mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 958404 - Recurse ffi from top-level when building js. r=gps
This commit is contained in:
parent
5cb8d003cb
commit
231e76edbd
@ -144,20 +144,9 @@ endif # ENABLE_INTL_API
|
|||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
.PHONY: buildffi buildicu
|
.PHONY: buildicu
|
||||||
buildffi buildicu:
|
buildicu:
|
||||||
$(if $(MOZ_PSEUDO_DERECURSE),compile,export):: buildffi buildicu
|
$(if $(MOZ_PSEUDO_DERECURSE),compile,export):: buildicu
|
||||||
|
|
||||||
ifdef JS_HAS_CTYPES
|
|
||||||
ifndef MOZ_NATIVE_FFI
|
|
||||||
buildffi:
|
|
||||||
$(call SUBMAKE,,ctypes/libffi)
|
|
||||||
|
|
||||||
distclean clean::
|
|
||||||
$(call SUBMAKE,$@,ctypes/libffi)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# BEGIN ECMAScript Internationalization API
|
# BEGIN ECMAScript Internationalization API
|
||||||
|
@ -12,6 +12,8 @@ CONFIGURE_SUBST_FILES += [
|
|||||||
if CONFIG['BUILDING_JS']:
|
if CONFIG['BUILDING_JS']:
|
||||||
if CONFIG['JS_STANDALONE']:
|
if CONFIG['JS_STANDALONE']:
|
||||||
add_tier_dir('base', ['config', 'mfbt'])
|
add_tier_dir('base', ['config', 'mfbt'])
|
||||||
|
if CONFIG['JS_HAS_CTYPES'] and not CONFIG['MOZ_NATIVE_FFI']:
|
||||||
|
add_tier_dir('js', ['js/src/ctypes/libffi'], static=True)
|
||||||
add_tier_dir('js', ['js/src'])
|
add_tier_dir('js', ['js/src'])
|
||||||
else:
|
else:
|
||||||
CONFIGURE_SUBST_FILES += [
|
CONFIGURE_SUBST_FILES += [
|
||||||
|
Loading…
Reference in New Issue
Block a user