Skip to content

Commit

Permalink
make it compile here too
Browse files Browse the repository at this point in the history
  • Loading branch information
flah00 committed Aug 12, 2021
1 parent cae1041 commit e1f6c12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Accents.cpp.swig
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

#undef SWIGLUA

#include </home/joe/Accents/VoltageVault.h>
#include </home/joe/Accents/Maths.h>
#include </home/joe/Accents/PointsEG.h>
#include </home/joe/Accents/Bitwise.h>
#include <./VoltageVault.h>
#include <./Maths.h>
#include <./PointsEG.h>
#include <./Bitwise.h>



#define SWIGLUA

%}

%include </home/joe/Accents/VoltageVault.h>
%include </home/joe/Accents/Maths.h>
%include </home/joe/Accents/PointsEG.h>
%include </home/joe/Accents/Bitwise.h>
%include <./VoltageVault.h>
%include <./Maths.h>
%include <./PointsEG.h>
%include <./Bitwise.h>
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ objects += $(addprefix $(out_dir)/,$(cpp_sources:%.cpp=%.o))
objects += $(swig_object)

# includes += $(SDKPATH) $(SDKPATH)/arch/$(ARCH)
includes += $(SDKPATH) $(SDKPATH)/arch/$(ARCH) $(SDKPATH)/emu
includes += $(SDKPATH) $(SDKPATH)/emu $(SDKPATH)/arch/$(ARCH)

ifeq ($(ARCH),am335x)
INSTALLPATH.am335x = /media/$(USERNAME)/FRONT/ER-301/packages
Expand Down
2 changes: 1 addition & 1 deletion Maths.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/Maths.h>
#include <./Maths.h>
// #include <hal/simd.h>
#include <hal/ops.h>
#include <od/config.h>
Expand Down
2 changes: 1 addition & 1 deletion VoltageVault.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/VoltageVault.h>
#include <./VoltageVault.h>
#include <hal/ops.h>
#include <hal/simd.h>
#include <hal/ops.h>
Expand Down

0 comments on commit e1f6c12

Please sign in to comment.