diff options
Diffstat (limited to 'cmake-build-debug/CMakeFiles/rules.ninja')
| -rw-r--r-- | cmake-build-debug/CMakeFiles/rules.ninja | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cmake-build-debug/CMakeFiles/rules.ninja b/cmake-build-debug/CMakeFiles/rules.ninja index e54336e..e9b18fa 100644 --- a/cmake-build-debug/CMakeFiles/rules.ninja +++ b/cmake-build-debug/CMakeFiles/rules.ninja @@ -17,7 +17,7 @@ rule C_COMPILER__program_unscanned_Debug depfile = $DEP_FILE deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/usr/bin/clang $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/Library/Developer/CommandLineTools/usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -25,7 +25,7 @@ rule C_COMPILER__program_unscanned_Debug # Rule for linking C executable. rule C_EXECUTABLE_LINKER__program_Debug - command = $PRE_LINK && /usr/bin/clang $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + command = $PRE_LINK && /Library/Developer/CommandLineTools/usr/bin/cc $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD description = Linking C executable $TARGET_FILE restat = $RESTAT @@ -42,7 +42,7 @@ rule CUSTOM_COMMAND # Rule for re-running cmake. rule RERUN_CMAKE - command = /usr/bin/clion-2024.3.2/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/nasr/unixshell -B/home/nasr/unixshell/cmake-build-debug + command = /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/nsrddyn/Documents/UnixShell -B/Users/nsrddyn/Documents/UnixShell/cmake-build-debug description = Re-running CMake... generator = 1 @@ -51,7 +51,7 @@ rule RERUN_CMAKE # Rule for cleaning all built files. rule CLEAN - command = /usr/bin/clion-2024.3.2/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + command = /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja $FILE_ARG -t clean $TARGETS description = Cleaning all built files... @@ -59,6 +59,6 @@ rule CLEAN # Rule for printing all primary targets available. rule HELP - command = /usr/bin/clion-2024.3.2/bin/ninja/linux/x64/ninja -t targets + command = /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -t targets description = All primary targets available: |
