We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7a192 commit 981ca57Copy full SHA for 981ca57
_tools/ruby_h_to_go/exe/ruby_h_to_go
@@ -49,4 +49,6 @@ include_paths ||= DEFAULT_INCLUDE_PATHS
49
dist_dir ||= DEFAULT_DIST_DIR
50
dist_preprocessed_header_file ||= DEFAULT_DIST_PREPROCESSED_HEADER_FILE
51
52
+FileUtils.rm_f(dist_preprocessed_header_file)
53
+
54
RubyHToGo::Cli.new(header_file:, include_paths:, dist_dir:, dist_preprocessed_header_file:).perform
0 commit comments