mirror of
https://github.com/nextepc/nextepc-oss.git
synced 2025-11-03 13:23:14 +00:00
[NRF] Fixed library load error
This commit is contained in:
@@ -38,11 +38,11 @@ libapp = library('ogsapp',
|
||||
version : libogslib_version,
|
||||
c_args : '-DOGS_APP_COMPILATION',
|
||||
include_directories : [libapp_inc, libinc],
|
||||
dependencies : [libproto_dep, yaml_dep],
|
||||
dependencies : [libcore_dep, yaml_dep],
|
||||
install : true)
|
||||
|
||||
libapp_dep = declare_dependency(
|
||||
link_with : libapp,
|
||||
include_directories : [libapp_inc, libinc],
|
||||
dependencies : [libproto_dep, yaml_dep],
|
||||
dependencies : [libcore_dep, yaml_dep],
|
||||
)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef OGS_APP_H
|
||||
#define OGS_APP_H
|
||||
|
||||
#include "ogs-proto.h"
|
||||
#include "proto/ogs-proto.h"
|
||||
|
||||
#define OGS_APP_INSIDE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user