mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 13:40:12 +02:00
Don't set RC tool when not compiling for Windows
This commit is contained in:
@@ -62,7 +62,8 @@ else:
|
||||
if GetOption("toolprefix"):
|
||||
env['CC'] = GetOption("toolprefix")+env['CC']
|
||||
env['CXX'] = GetOption("toolprefix")+env['CXX']
|
||||
env['RC'] = GetOption("toolprefix")+env['RC']
|
||||
if GetOption('win'):
|
||||
env['RC'] = GetOption("toolprefix")+env['RC']
|
||||
|
||||
#Check for headers and libraries
|
||||
conf = Configure(env)
|
||||
|
Reference in New Issue
Block a user