mirror of https://github.com/cutefishos/appmotor
Build libapplauncherd as a real library with exported symbols
Boosters would include objects directly from launcherlib rather than linking to it, which makes no sense of any kind.pull/1/head
parent
12bd4a6db2
commit
9a6cc6c657
@ -0,0 +1,6 @@
|
||||
#ifndef LAUNCHERLIB_H
|
||||
#define LAUNCHERLIB_H
|
||||
|
||||
#define DECL_EXPORT __attribute__ ((__visibility__("default")))
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue