mirror of
https://github.com/ddv2005/AirsoftTracker.git
synced 2025-07-26 22:59:32 +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",
|
|
) |