Skip to content

Commit 331eeb2

Browse files
Fixed clang-debug target trying to build with gcc. (#3368)
Co-authored-by: -- <-->
1 parent 9dd50f9 commit 331eeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ linux-gcc: linux-gcc-debug64 linux-gcc-release64 ## Build - Linux GCC x86/x64 De
108108
.build/projects/gmake-linux-clang:
109109
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=linux-clang gmake
110110
linux-clang-debug64: .build/projects/gmake-linux-clang ## Build - Linux Clang x64 Debug
111-
$(MAKE) -R -C .build/projects/gmake-linux-gcc config=debug64
111+
$(MAKE) -R -C .build/projects/gmake-linux-clang config=debug64
112112
linux-clang-release64: .build/projects/gmake-linux-clang ## Build - Linux Clang x64 Release
113113
$(MAKE) -R -C .build/projects/gmake-linux-clang config=release64
114114
linux-clang: linux-clang-debug64 linux-clang-release64 ## Build - Linux Clang x86/x64 Debug and Release

0 commit comments

Comments
 (0)