Add files via upload
This commit is contained in:
6
scripts/config_copy.py
Normal file
6
scripts/config_copy.py
Normal file
@@ -0,0 +1,6 @@
|
||||
Import('env')
|
||||
import os
|
||||
import shutil
|
||||
|
||||
if not os.path.isfile("include/config.h"):
|
||||
shutil.copy("config.example", "include/config.h")
|
||||
Reference in New Issue
Block a user