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