mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 10:54:15 +02:00
Typo fix
This commit is contained in:
@@ -98,7 +98,7 @@ if(GetOption('lin32') or GetOption('lin64')):
|
|||||||
|
|
||||||
|
|
||||||
if(GetOption('release')):
|
if(GetOption('release')):
|
||||||
ev.Append(CCFLAGS='-O3')
|
env.Append(CCFLAGS='-O3')
|
||||||
|
|
||||||
if(GetOption('opengl')):
|
if(GetOption('opengl')):
|
||||||
env.Append(CPPDEFINES=["OGLI", "PIX32OGL"])
|
env.Append(CPPDEFINES=["OGLI", "PIX32OGL"])
|
||||||
|
Reference in New Issue
Block a user