fix using runtime with source
This commit is contained in:
parent
dbf246810c
commit
f5cc8e17ac
@ -71,8 +71,8 @@ Block* load_compObj(B x, B src, B path, Scope* sc) { // consumes x,src
|
||||
}
|
||||
#include "gen/src"
|
||||
#if RT_SRC
|
||||
Block* load_compImport(B bc, B objs, B blocks, B inds, B src, B path) { // consumes all
|
||||
return compile(bc, objs, blocks, inds, bi_N, src, path, NULL);
|
||||
Block* load_compImport(B bc, B objs, B blocks, B inds, B src) { // consumes all
|
||||
return compile(bc, objs, blocks, inds, bi_N, src, m_str32(U"(precompiled)"), NULL);
|
||||
}
|
||||
#else
|
||||
Block* load_compImport(B bc, B objs, B blocks) { // consumes all
|
||||
|
||||
Loading…
Reference in New Issue
Block a user