mirror of
https://github.com/ddv2005/AirsoftTracker.git
synced 2025-07-27 07:09:33 +00:00
6 lines
105 B
Python
6 lines
105 B
Python
Import("env")
|
|
|
|
env.Replace(
|
|
AR="xtensa-esp32-elf-gcc-ar",
|
|
RANLIB="xtensa-esp32-elf-gcc-ranlib",
|
|
) |