Commit f3e6c73
committed
Stop compiling js ext sources on non-wasm platforms
Even though we early return in the extconf.rb file, the default
Makefile generator will still glob for *.c files in the ext directory
and try to compile them. This is unnecessary and can cause build
failures on non-wasm platforms.1 parent dc9921a commit f3e6c73
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments