fix(build): 修正编译器入口文件路径

- 将 require 语句从 compiler-build.php 更改为 compiler.php
- 确保正确的编译器主文件被加载执行
pull/1/head
韩天峰 3 months ago
parent bcc518406f
commit 549630e83e
  1. 2
      bin/compiler.php
  2. 0
      src/compiler.php

@ -3,6 +3,6 @@
require __DIR__ . '/bootstrap.php';
require __DIR__ . '/../src/polyfills.php';
require __DIR__ . '/../src/gen_stub.php';
require __DIR__ . '/../src/compiler-build.php';
require __DIR__ . '/../src/compiler.php';
main($argc, $argv);

Loading…
Cancel
Save