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