Просмотр исходного кода

StarPU: Use character _ instead of - in filenames

Nathalie Furmento лет назад: 15
Родитель
Сommit
e4c288c347
3 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      configure.ac
  2. 0 0
      include/pthread_win32/pthread.h
  3. 0 0
      include/pthread_win32/semaphore.h

+ 1 - 1
configure.ac

@@ -57,7 +57,7 @@ AC_SUBST(STARPU_DIR, $PWD)
 
 AC_CHECK_LIB([pthread], [pthread_create])
 case "$target" in
-*-*-mingw*) CPPFLAGS+=" -I$PWD/include/pthread-win32 " ;;
+*-*-mingw*) CPPFLAGS+=" -I$PWD/include/pthread_win32 " ;;
 esac
 AC_COMPILE_IFELSE(
   AC_LANG_PROGRAM([[

include/pthread-win32/pthread.h → include/pthread_win32/pthread.h


include/pthread-win32/semaphore.h → include/pthread_win32/semaphore.h