Skip to content

Commit

Permalink
Remove version from lua path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Jan 7, 2023
1 parent 3730957 commit 2a96a52
Show file tree
Hide file tree
Showing 80 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lua/** linguist-vendored

2 changes: 1 addition & 1 deletion cubiomes-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ QMAKE_PRE_LINK += $(MAKE) -C $$CUPATH -f $$CUPATH/makefile CFLAGS=\"$$QMAKE
QMAKE_CLEAN += $$CUPATH/*.o $$CUPATH/libcubiomes.a
LIBS += -lm $$CUPATH/libcubiomes.a

LUAPATH = $$PWD/lua-5.4.4/src
LUAPATH = $$PWD/lua/src

TARGET = cubiomes-viewer

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/aboutdialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "aboutdialog.h"
#include "ui_aboutdialog.h"

#include "lua-5.4.4/src/lua.hpp"
#include "lua/src/lua.hpp"

AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent),
Expand Down
2 changes: 1 addition & 1 deletion src/scripts.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "cubiomes/finders.h"

#include "lua-5.4.4/src/lua.hpp"
#include "lua/src/lua.hpp"

struct SearchThreadEnv;
struct Condition;
Expand Down
2 changes: 1 addition & 1 deletion src/search.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "settings.h"

#include "lua-5.4.4/src/lua.hpp"
#include "lua/src/lua.hpp"

#include <QVector>
#include <QString>
Expand Down

0 comments on commit 2a96a52

Please sign in to comment.