Skip to content

Commit 3a3c755

Browse files
committed
Feature(compiler): Use c++ instead of cc
1 parent e586bff commit 3a3c755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ try {
7979
'-filetype=obj', path.join(outputPath, 'main.bc'),
8080
'-o', path.join(outputPath, 'main.o'),
8181
]);
82-
execFileSync("cc", [
82+
execFileSync("c++", [
8383
optimizationLevel,
8484
path.join(outputPath, 'main.o'),
8585
RUNTIME_ARCHIVE_FILE,

0 commit comments

Comments
 (0)