Переглянути джерело

StarPU: Use character _ instead of - in filenames

Nathalie Furmento 15 роки тому
батько
коміт
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