Skip to content

Commit

Permalink
auto gen jit.*
Browse files Browse the repository at this point in the history
  • Loading branch information
fesily committed Feb 11, 2025
1 parent 937c355 commit b10b2de
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 6,745 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ else ()
message(FATAL_ERROR "Not supported platform")
endif ()

project(DontStarveLuaJIT VERSION 0.7.0)
project(DontStarveLuaJIT VERSION 0.7.1)

set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_SOURCE_DIR}/Mod)
set(TARGET_MOD_DIR ${CMAKE_INSTALL_PREFIX})
if (UNIX AND APPLE)
set(GAME_INSTALL_PREFIX ${GAME_DIR}/MacOs)
set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/bin64)
Expand Down
2 changes: 1 addition & 1 deletion Mod/modinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description = translate(

author = "fesil"

version = "0.7.0"
version = "0.7.1"

forumthread = "https://github.com/fesily/DontStarveLuaJit2"

Expand Down
189 changes: 0 additions & 189 deletions Mod/scripts/jit/bc.lua

This file was deleted.

Loading

0 comments on commit b10b2de

Please sign in to comment.