Skip to content

Commit 63b70c0

Browse files
committed
foo
1 parent 9b4b396 commit 63b70c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generate:
1616
rocm_smi/rocm_smi.h.orig > rocm_smi/rocm_smi.h
1717
cd pkg/rocm_smi && $(CFORGO) -ccincl --ccdefs ../../rocm_smi.yml
1818
cd pkg/rocm_smi && \
19-
sed -i '/rsmi_func_id_iter_handle_t/d'
19+
sed -i '/rsmi_func_id_iter_handle_t/d' types.go
2020
cd pkg/rocm_smi && \
2121
go tool cgo -godefs types.go > types.go.expand && \
2222
mv types.go.expand types.go && \

0 commit comments

Comments
 (0)