We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687945e commit b6ab36cCopy full SHA for b6ab36c
build/auto/dist.sh
@@ -223,7 +223,7 @@ function headercheck_cpp() {
223
HEADERCHECK_STDLIB="${4}"
224
HEADERCHECK_OPTIONS="${5}"
225
echo '#include <array>' > bin/empty.cpp
226
- if ${HEADERCHECK_COMPILER} ${HEADERCHECK_STANDARD} -c bin/empty.cpp -o bin/empty.${HEADERCHECK_NAME}.out > /dev/null 2>&1 ; then
+ if ${HEADERCHECK_COMPILER} ${HEADERCHECK_STANDARD} ${HEADERCHECK_STDLIB} -c bin/empty.cpp -o bin/empty.${HEADERCHECK_NAME}.out > /dev/null 2>&1 ; then
227
echo '' > bin/headercheck.cpp
228
echo '#include "libopenmpt/libopenmpt.hpp"' >> bin/headercheck.cpp
229
echo 'int main() { return 0; }' >> bin/headercheck.cpp
0 commit comments