Skip to content

Commit ed67556

Browse files
authored
feat(docs): Warn users about deprecating SCons (endless-sky#10826)
1 parent ad8433d commit ed67556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SConstruct

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
print('WARNING: Support for using SCons to build Endless Sky is deprecated and will be removed in the future. See "docs/readme-cmake.md" for instructions on configuring CMake.')
2+
13
import os
24
import platform
35
from SCons.Node.FS import Dir

0 commit comments

Comments
 (0)