Executing 'make install' did not build mkv8snapshot
During shadow-building it was noticed that executing make install did not actually build mkv8snapshot and therefore caused an error. Change-Id: I126cdbaffb85170e25412b93bc99af79ac6f4642 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
6b889f89dc
commit
2711230757
@ -65,6 +65,7 @@ src_platformsupport.target = sub-platformsupport
|
||||
src_declarative.depends += src_opengl
|
||||
src_webkit.depends += src_opengl
|
||||
}
|
||||
src_v8.depends += src_tools_mkv8snapshot
|
||||
}
|
||||
|
||||
|
||||
|
@ -33,3 +33,6 @@ SOURCES += \
|
||||
unix:LIBS += -lpthread
|
||||
|
||||
# We don't need to install this tool, it's only used for building v8.
|
||||
# However we do have to make sure that 'make install' builds it.
|
||||
dummytarget.CONFIG = dummy_install
|
||||
INSTALLS += dummytarget
|
||||
|
Loading…
Reference in New Issue
Block a user