Fix scons+cl build
This commit is contained in:
@@ -15,7 +15,7 @@ env.Install(path.join(data_dir, "graphics"), Glob("graphics/*.png"))
|
||||
env.Install(path.join(data_dir, "sounds"), Glob("sounds/*.WAV"))
|
||||
env.Install(path.join(data_dir, "strings"), Glob("strings/*.txt"))
|
||||
|
||||
env.Install(path.join(data_dir, "shaders"), Glob("#src/tools/mask.*"))
|
||||
env.Install(path.join(data_dir, "shaders"), Glob("#src/gfx/mask.*"))
|
||||
|
||||
# Scenarios
|
||||
|
||||
|
Reference in New Issue
Block a user