Skip to content

Commit

Permalink
add alternate luajit name (my own custom name), update readme date
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Sep 5, 2017
1 parent 6bd0687 commit 873c223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
The Powder Toy - July 2017
The Powder Toy - September 2017
==========================

Get the latest version here: http://powdertoy.co.uk/Download.html
Expand Down
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -269,7 +269,7 @@ def findLibs(env, conf):
#Look for Lua
luaver = "lua5.1"
if GetOption('luajit'):
if not conf.CheckLib(['luajit-5.1', 'luajit5.1', 'luajit', 'libluajit']):
if not conf.CheckLib(['luajit-5.1', 'luajit5.1', 'luajit2.0', 'luajit', 'libluajit']):
FatalError("luajit development library not found or not installed")
env.Append(CPPDEFINES=["LUAJIT"])
luaver = "luajit"
Expand Down

0 comments on commit 873c223

Please sign in to comment.