mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-25 17:20:47 +02:00
fix compiling problems
This commit is contained in:
@@ -339,7 +339,7 @@ elif not GetOption('help'):
|
||||
conf.AddTest('CheckBit', CheckBit)
|
||||
if not conf.CheckCC() or not conf.CheckCXX():
|
||||
FatalError("compiler not correctly configured")
|
||||
if isX86 and not GetOption('32bit') and not GetOption('64bit'):
|
||||
if platform == compilePlatform and isX86 and not GetOption('32bit') and not GetOption('64bit'):
|
||||
conf.CheckBit()
|
||||
findLibs(env, conf)
|
||||
env = conf.Finish()
|
||||
|
Reference in New Issue
Block a user