Skip to content
Snippets Groups Projects
Commit cd37f099 authored by Asad Salman's avatar Asad Salman Committed by Adrien Béraud
Browse files

fix include

Change-Id: I8067b681e257a45eee0972c53c408f7c19817afb
parent 4181bb47
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"target_name": "dring", "target_name": "dring",
"sources": [ "ring_wrapper.cpp" ], "sources": [ "ring_wrapper.cpp" ],
'include_dirs': ['../../src/'], 'include_dirs': ['../../src/'],
'libraries': ['-L../../src/.libs/', '-lring'], 'libraries': ['-L<(module_root_dir)/../../src/.libs/', '-lring'],
'cflags!': [ '-fno-exceptions' ], 'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ] 'cflags_cc!': [ '-fno-exceptions' ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment