libs: fixed curl configure permission issue, refs #800

This commit is contained in:
Remy Marquis 2016-09-16 13:18:46 +02:00
parent 8ce68e4222
commit 64d8804aaf
2 changed files with 1 additions and 1 deletions

View file

@ -467,7 +467,7 @@ elseif(UNIX)
endif(CMAKE_SYSTEM MATCHES "Darwin")
set(SDL32_BUNDLED_LIBRARIES ${SDL32_BUNDLED_LIBRARIES} "${CMAKE_CURRENT_LIST_DIR}/sdl2/build/.libs/libSDL2.a")
set(SDL32_BUNDLED_INCLUDE_DIR "${CMAKE_CURRENT_LIST_DIR}/sdl2/include")
endif(BUNDLED_SDL)
endif()
#-----------------------------------------------------------------
# Build bundled Lua library

0
curl/configure vendored Normal file → Executable file
View file