Skip to content

Commit

Permalink
Fixed clang-debug target trying to build with gcc. (#3368)
Browse files Browse the repository at this point in the history
Co-authored-by: -- <-->
  • Loading branch information
imaginaryPineapple authored Oct 30, 2024
1 parent 9dd50f9 commit 331eeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ linux-gcc: linux-gcc-debug64 linux-gcc-release64 ## Build - Linux GCC x86/x64 De
.build/projects/gmake-linux-clang:
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=linux-clang gmake
linux-clang-debug64: .build/projects/gmake-linux-clang ## Build - Linux Clang x64 Debug
$(MAKE) -R -C .build/projects/gmake-linux-gcc config=debug64
$(MAKE) -R -C .build/projects/gmake-linux-clang config=debug64
linux-clang-release64: .build/projects/gmake-linux-clang ## Build - Linux Clang x64 Release
$(MAKE) -R -C .build/projects/gmake-linux-clang config=release64
linux-clang: linux-clang-debug64 linux-clang-release64 ## Build - Linux Clang x86/x64 Debug and Release
Expand Down

0 comments on commit 331eeb2

Please sign in to comment.