Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 71b7c3b

Browse files
committed
Fix linux build, hopefully.
1 parent 868e191 commit 71b7c3b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

libswirl/core.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ RZDCY_MODULES := cfg/ hw/arm7/ hw/aica/ hw/holly/ hw/ hw/gdrom/ hw/maple/ \
1111
hw/mem/ hw/pvr/ hw/sh4/ hw/sh4/interpr/ hw/sh4/modules/ plugins/ profiler/ oslib/ \
1212
hw/extdev/ hw/arm/ hw/naomi/ imgread/ ./ deps/coreio/ deps/zlib/ deps/chdr/ deps/crypto/ \
1313
deps/libelf/ deps/cdipsr/ arm_emitter/ rend/ reios/ deps/libpng/ deps/xbrz/ \
14-
deps/xxhash/ deps/libzip/ deps/imgui/ archive/ input/ glwrap/ utils/ gui/
15-
14+
deps/xxhash/ deps/libzip/ deps/imgui/ archive/ input/ glwrap/ utils/ gui/ mods/
15+
1616
ifdef SCRIPTING
17-
RZDCY_MODULES += scripting/
1817
RZDCY_MODULES += deps/lua/
1918
endif
2019

libswirl/mods/lua_loader.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#include <string>
44
#include <vector>
55

6-
#include "types.h"
7-
#include "stdclass.h"
8-
96
#include "mods.h"
107

118
// TODO: Allow more than one script

libswirl/mods/mods.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
#include <string>
44
#include <vector>
5-
#include <stdclass.h>
5+
6+
#include "types.h"
7+
#include "stdclass.h"
68

79
struct mod_handlers {
810
// required

0 commit comments

Comments
 (0)