Skip to content

Commit

Permalink
build: add .metal to vpath to fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Karmani <[email protected]>
  • Loading branch information
quink-black authored and tmm1 committed Dec 20, 2021
1 parent c478965 commit 3c56b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vpath %.v $(SRC_PATH)
vpath %.texi $(SRC_PATH)
vpath %.cu $(SRC_PATH)
vpath %.ptx $(SRC_PATH)
vpath %.metal $(SRC_PATH)
vpath %/fate_config.sh.template $(SRC_PATH)

TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
Expand Down

0 comments on commit 3c56b9c

Please sign in to comment.