Skip to content

Commit

Permalink
Fix cannot import libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Oct 16, 2024
1 parent 40e1413 commit a235694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function makeSwiftCommand(
): Deno.Command {
const command = parameters.command || "swift";
const options = parameters.options ||
"-I ./swiftfiddle.com/_Packages/.build/release/ -L ./swiftfiddle.com/_Packages/.build/release/ -l_Packages -enable-bare-slash-regex";
"-I ./swiftfiddle.com/_Packages/.build/release/Modules/ -L ./swiftfiddle.com/_Packages/.build/release/ -l_Packages -enable-bare-slash-regex";
const timeout = parameters.timeout || 60;
const color = parameters._color || false;
const env = color
Expand Down

0 comments on commit a235694

Please sign in to comment.