Skip to content

Commit

Permalink
- update submodules, skip implicit all with passing -cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Mar 16, 2023
1 parent 59e6799 commit d1b81ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/jsn
2 changes: 1 addition & 1 deletion scripts/pmbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ def main():
sys.argv.remove(arg)

# add implicit all
if "-help" not in special_args and "-clean" not in special_args:
if "-help" not in special_args and "-clean" not in special_args and "-cfg" not in special_args:
if len(sys.argv) == 2 and profile_pos == 1:
special_args.append("-all")

Expand Down
2 changes: 1 addition & 1 deletion scripts/pmfx-shader
Submodule pmfx-shader updated 4 files
+38 −7 docs/v2.pmfx_doc
+25 −4 jsn.py
+11 −2 pmfx_pipeline.py
+23 −20 readme.md

0 comments on commit d1b81ee

Please sign in to comment.