Skip to content

Commit

Permalink
marked build_all.py and build.py as executable (with python3) for mac…
Browse files Browse the repository at this point in the history
…OS/linux
  • Loading branch information
NicSavichev committed Dec 11, 2024
1 parent d4bea1d commit 78bff78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_all.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# module to help building DagorEngine code, shaders and game data
import sys
import subprocess
Expand Down
1 change: 1 addition & 0 deletions outerSpace/prog/build.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
import shutil
sys.path.append('../..')
Expand Down
1 change: 1 addition & 0 deletions samples/dngSceneViewer/prog/build.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
sys.path.append('../../..')
from build_all import run, run_per_platform, VROMFS_PACKER_EXE, BUILD_COMPONENTS, DAGOR_HOST, BUILD_TARGET_ARCH
Expand Down

0 comments on commit 78bff78

Please sign in to comment.