| author | |
| committer | |
| log | 761783f54d1f5ecfaaefc466693f8912ed2e83f5 |
| tree | 793bca35614f44afea33b877d3886e9d334f0af5 |
| parent | 0adcfd60f4fcfd01c74a6477cbcef187ce06f533 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/resinator/main.zig+1-1| ... | ... | @@ -121,7 +121,7 @@ pub fn main() !void { |
| 121 | 121 | }; |
| 122 | 122 | |
| 123 | 123 | const full_input = full_input: { |
| 124 | if (options.preprocess != .no) { | |
| 124 | if (options.input_format == .rc and options.preprocess != .no) { | |
| 125 | 125 | var preprocessed_buf = std.ArrayList(u8).init(allocator); |
| 126 | 126 | errdefer preprocessed_buf.deinit(); |
| 127 | 127 |