mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-05 04:19:46 +00:00
FS-6395
This commit is contained in:
parent
8be3ca59e2
commit
742e28e1c5
@ -110,7 +110,8 @@ if ISFREEBSD
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(V8_DIR)/.stamp-patch: $(V8_DIR)
|
$(V8_DIR)/.stamp-patch: $(V8_DIR)
|
||||||
cd $(V8_DIR) && patch -p0 < $(switch_srcdir)/src/mod/languages/mod_v8/v8-build.patch && touch $@
|
cd $(V8_DIR) && (test -f .stamp-patch || patch -t -p0 < $(switch_srcdir)/src/mod/languages/mod_v8/v8-build.patch)
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(V8LIB): $(V8_DIR) $(V8_DIR)/.stamp-patch
|
$(V8LIB): $(V8_DIR) $(V8_DIR)/.stamp-patch
|
||||||
mkdir -p $(V8_BUILDDIR)
|
mkdir -p $(V8_BUILDDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user