You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
7 lines
167 B
Python
7 lines
167 B
Python
from pathlib import Path
|
|
import os
|
|
env = SConscript(
|
|
str(Path(os.getcwd())/'..'/'..'/'tools'/'scons'/'project.py'),
|
|
variant_dir=os.getcwd(),
|
|
duplicate=0,
|
|
) |