Skip to content

Commit 23501f1

Browse files
clean JARCHDIR to build correctly java binding
1 parent 514fc5f commit 23501f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ envJava.Replace(
8383
libavLibDir,
8484
"#src",
8585
],
86-
JARCHDIR = env.Dir('#build/src').get_abspath(),
86+
JARCHDIR = env.Dir('#build/src/AvTranscoder').get_abspath(),
8787
)
8888

8989
envJava.Append(

0 commit comments

Comments
 (0)