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

gyp: link with dring

Change-Id: Ie93c667900205a3fc756707cd2bde6174202f805
parent 6c2f1c9d
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +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'],
'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