Skip to content

Commit

Permalink
fix: even more wasmedge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 12, 2023
1 parent b25b359 commit 92cd571
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ports/wasmedge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ export class Port extends GithubReleasePort {

execEnv(args: ExecEnvArgs) {
return {
WASMEDGE_LIB_DIR: std_path.resolve(args.installPath, "lib"),
WASMEDGE_INCLUDE_DIR: std_path.resolve(args.installPath, "include"),
WASMEDGE_DIR: args.installPath,
// WASMEDGE_LIB_DIR: std_path.resolve(args.installPath, "lib64"),
// WASMEDGE_INCLUDE_DIR: std_path.resolve(args.installPath, "include"),
};
}

Expand Down

0 comments on commit 92cd571

Please sign in to comment.