Skip to content

Commit

Permalink
rename mingw include dir mingw-include in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rkitover committed Oct 24, 2018
1 parent 5e58e4c commit 6f1df2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -344,7 +344,7 @@ if(WIN32)
endif()

if(MINGW)
include_directories("${CMAKE_SOURCE_DIR}/dependencies/include")
include_directories("${CMAKE_SOURCE_DIR}/dependencies/mingw-include")
include_directories("${CMAKE_SOURCE_DIR}/dependencies/mingw-xaudio/include")
elseif(MSVC)
set(DEPS_MSVC "${CMAKE_SOURCE_DIR}/dependencies/msvc")
Expand Down
2 changes: 1 addition & 1 deletion dependencies

0 comments on commit 6f1df2d

Please sign in to comment.