mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Ensure we wait for the OBJROOT *BEFORE* we try and build javascript bindings
This commit is contained in:
parent
25f0bcbaee
commit
dfaa29d5b8
@ -28,7 +28,7 @@ define convert_jsapi_binding
|
||||
S_JSAPI_BINDING += $(2)
|
||||
D_JSAPI_BINDING += $(patsubst %.c,%.d,$(2))
|
||||
|
||||
$(2): $(1)
|
||||
$(2): $(1) $(OBJROOT)/created
|
||||
$$(VQ)echo " GENBIND: $(1)"
|
||||
$(Q)nsgenbind -I javascript/WebIDL/ -d $(patsubst %.c,%.d,$(2)) -o $(2) $(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user