Skip to content

Commit

Permalink
1.0.1.2 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed May 23, 2021
1 parent 16884d6 commit 8648d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion luawrap
5 changes: 2 additions & 3 deletions src/cs2djitbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
#include "luajit.h"

#include "cs2djitbase.h"
#include "cs2djitmem.h"
Expand All @@ -41,11 +40,11 @@

/* Platform selection */
#if defined(CS2DLUA_TARGET_WIN)
# include "../luawrap/address/win_1.0.1.1.h"
# include "../luawrap/address/win_1.0.1.2.h"
#elif defined(CS2DLUA_TARGET_MAC)
# error "Patches welcome for macOS!"
#elif defined(CS2DLUA_TARGET_LINUX)
# include "../luawrap/address/linux_1.0.1.1.h"
# include "../luawrap/address/linux_1.0.1.2.h"
#else
# error "Unknown target!"
#endif
Expand Down

0 comments on commit 8648d65

Please sign in to comment.