gyp: link with dring

Change-Id: Ie93c667900205a3fc756707cd2bde6174202f805
This commit is contained in:
Asad Salman
2017-05-29 01:24:20 +05:00
committed by Adrien Beraud
parent 6c2f1c9d17
commit 4181bb47da

View File

@ -4,6 +4,7 @@
"target_name": "dring",
"sources": [ "ring_wrapper.cpp" ],
'include_dirs': ['../../src/'],
'libraries': ['-L../../src/.libs/', '-lring'],
'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ]
}