Skip to content

Commit d23eb14

Browse files
committed
Fix build script gpu-r build
1 parent 1dff0e8 commit d23eb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
build_utils.build("gpu-flavor", args)
5151

5252
args[FLAG_FLAVOR] = "gpu-r"
53-
build_utils.build("gpu-flavor", args)
53+
build_utils.build("r-flavor", args)
5454

5555
build_utils.exit_process(0)
5656

0 commit comments

Comments
 (0)