mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-16 22:08:28 +01:00
add alternate luajit name (my own custom name), update readme date
This commit is contained in:
parent
6bd068713e
commit
873c2230dc
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user