mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-22 22:37:21 +00:00
9 lines
177 B
Python
9 lines
177 B
Python
Import("env")
|
|
|
|
env.Replace(CC="gcc-10", CXX="g++-10")
|
|
|
|
env.Replace(BUILD_SCRIPT="tools/osx_build_script.py")
|
|
|
|
#print('=====================================')
|
|
#print(env.Dump())
|