Skip to content

Commit

Permalink
only patch when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Jul 11, 2024
1 parent c26ce9d commit a17f440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,8 +1673,9 @@ def buildNCNNMacOS():
buildROCmLinux()
if args.build_cuda:
buildCUDALinux()
fixEvalFrame()
if args.build_ncnn:
buildNCNNLinux()
fixEvalFrame()



0 comments on commit a17f440

Please sign in to comment.