mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
Update internal build for oil v2
This commit is contained in:
parent
03429f3da9
commit
2bf1dd8b60
@ -24,8 +24,8 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "exporters/inst.h"
|
||||
#include "oi.h"
|
||||
#include "oi/exporters/inst.h"
|
||||
#include "oi/oi.h"
|
||||
|
||||
namespace oi::detail {
|
||||
class OILibraryImpl;
|
||||
|
@ -36,7 +36,7 @@ IntrospectionResult __attribute__((noinline)) introspect(const T& objectAddr);
|
||||
} // namespace oi
|
||||
|
||||
#ifndef OIL_AOT_COMPILATION
|
||||
#include "oi-jit.h"
|
||||
#include "oi/oi-jit.h"
|
||||
#else
|
||||
|
||||
template <typename T, Feature... Fs>
|
||||
|
Loading…
Reference in New Issue
Block a user