File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
110110linux-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
112112linux-clang-release64 : .build/projects/gmake-linux-clang # # Build - Linux Clang x64 Release
113113 $(MAKE ) -R -C .build/projects/gmake-linux-clang config=release64
114114linux-clang : linux-clang-debug64 linux-clang-release64 # # Build - Linux Clang x86/x64 Debug and Release
You can’t perform that action at this time.
0 commit comments