Skip to content

Commit d91487a

Browse files
author
Clement Champetier
committed
SConstruct: add common paths to env
1 parent 709a56a commit d91487a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ env.Append(
5757
CPPPATH = [
5858
libavInclude,
5959
"#src",
60-
],
60+
] + commonInclude,
6161
CXXFLAGS = [
6262
'-Wall',
6363
'-fPIC',
@@ -66,7 +66,7 @@ env.Append(
6666
libavLibDir,
6767
"#src",
6868
"#build/src"
69-
],
69+
] + commonLibDir,
7070
)
7171

7272
# Java environment

0 commit comments

Comments
 (0)