mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-12 03:14:04 +02:00
add alternate luajit name (my own custom name), update readme date
This commit is contained in:
@@ -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
|
Get the latest version here: http://powdertoy.co.uk/Download.html
|
||||||
|
@@ -269,7 +269,7 @@ def findLibs(env, conf):
|
|||||||
#Look for Lua
|
#Look for Lua
|
||||||
luaver = "lua5.1"
|
luaver = "lua5.1"
|
||||||
if GetOption('luajit'):
|
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")
|
FatalError("luajit development library not found or not installed")
|
||||||
env.Append(CPPDEFINES=["LUAJIT"])
|
env.Append(CPPDEFINES=["LUAJIT"])
|
||||||
luaver = "luajit"
|
luaver = "luajit"
|
||||||
|
Reference in New Issue
Block a user