Remove dangling subdir reference

This commit is contained in:
Ole André Vadla Ravnås
2018-07-11 00:59:27 +02:00
parent 72899a4315
commit b615a25e14
-2
View File
@@ -1,5 +1,3 @@
subdir('frida')
extra_link_args = []
if host_os_family == 'darwin'
extra_link_args += ['-Wl,-exported_symbol,_' + python_plugin_export_name]