allow cross-compiling on Linux for Windows

fix accidental wrong rebase and push
This commit is contained in:
jangko 2022-03-25 17:06:27 +07:00
parent d18aafbf1e
commit 50e7e5b467
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export
response, results, types, names, errors, ast
const
builtinSchema = staticRead("builtin" / "schema.ql")
builtinSchema = staticRead("builtin/schema.ql")
proc registerBuiltinScalars(ctx: GraphqlRef)
proc loadBuiltinSchema(ctx: GraphqlRef)