libs.mk: quote $(LIBVPX_TEST_DATA_PATH)
authorJames Zern <jzern@google.com>
Thu, 20 Apr 2023 01:58:59 +0000 (18:58 -0700)
committerJames Zern <jzern@google.com>
Thu, 20 Apr 2023 01:58:59 +0000 (18:58 -0700)
commite8fa7a038b2a536eb49bdaf53a24e54f20044e7b
tree952c4ab8b5e9cee015799552b2e88983dd9d78a5
parent860f245de99747dada7ea054a86f337d4c7765c0
libs.mk: quote $(LIBVPX_TEST_DATA_PATH)

This allows the testdata target to work environments like cygwin/msys
when a windows style path is used. It may also fix using paths with
spaces, though that's not generally recommended.

Change-Id: Id444c14468b05d589bce49c1f612aa712a3f0c8c
libs.mk