Skip to content

Commit

Permalink
fix generating luajit.h from luajit_rolling.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy- committed Mar 4, 2024
1 parent 6cccf65 commit a89498b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/luajit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ add_custom_command(OUTPUT ${LUAJIT_DIR}/src/luajit_relver.txt
)

add_custom_command(OUTPUT ${LUAJIT_DIR}/src/luajit.h
COMMAND minilua host/genversion.lua
COMMAND minilua ${LUAJIT_DIR}/src/host/genversion.lua
WORKING_DIRECTORY ${LUAJIT_DIR}/src
DEPENDS ${LUAJIT_DIR}/src/luajit_rolling.h
DEPENDS minilua
DEPENDS ${LUAJIT_DIR}/src/luajit_relver.txt
)

Expand Down

0 comments on commit a89498b

Please sign in to comment.