mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
|
|
COMPILER=$(awk -F= '/CMAKE_CXX_COMPILER:/ {print $2}' ${BUILD}/CMakeCache.txt)
|
|
${COMPILER} "$@" >/dev/null 2>&1
|