Issue #80 - De-unify dom/plugins/ipc

This commit is contained in:
Moonchild 2020-04-22 20:34:35 +00:00 committed by Roy Tam
commit 3dac0f5daf
9 changed files with 22 additions and 14 deletions

View file

@ -6,7 +6,7 @@
SharedLibrary('plugin_child_interpose')
UNIFIED_SOURCES += [ "%s.mm" % (LIBRARY_NAME) ]
SOURCES += [ "%s.mm" % (LIBRARY_NAME) ]
OS_LIBS += ['-framework Carbon']