Skip to content

Commit

Permalink
MAINT: fix build script for XCode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd Kiva committed Dec 4, 2023
1 parent 0c3aefa commit 76534e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def run_project_tests(build_dir: str, build_type: str,
command_line.append("|".join(tests_excluded))

if PROJECT_TYPE == "Xcode":
command_line += ["--config", build_type]
command_line += ["-C", build_type]

execute(command_line, build_dir)

Expand Down

0 comments on commit 76534e2

Please sign in to comment.