Skip to content

Commit c8fea57

Browse files
committed
F iconv
1 parent 5bd7eb9 commit c8fea57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/gnu.org/libiconv/test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { run } from "brewkit";
2+
import env_include from "../../../brewkit/env-include.ts";
23

34
export default async function () {
5+
if (Deno.build.os == 'linux') {
6+
env_include("gnu.org/gcc");
7+
}
48
run`c++ -std=c++11 test.cc -liconv`;
59
run`./a.out`;
610
}

0 commit comments

Comments
 (0)