Skip to content

Commit

Permalink
Readd SDL2 main
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Sep 24, 2015
1 parent 7df115d commit 2e174fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ printf "SDL 2.0.3... "

SDL_SDK="`real_pwd`/SDL2-2.0.3"
add_cmake_opts -DSDL2_INCLUDE_DIR="$SDL_SDK/include" \
-DSDL2_LIBRARY_PATH="$SDL_SDK/lib/x$ARCHSUFFIX/SDL2.lib" \
-DSDL2_LIBRARY_ONLY="$SDL_SDK/lib/x$ARCHSUFFIX/SDL2.lib"
-DSDL2MAIN_LIBRARY="$SDL_SDK/lib/x$ARCHSUFFIX/SDL2main.lib" \
-DSDL2_LIBRARY_PATH="$SDL_SDK/lib/x$ARCHSUFFIX/SDL2.lib"

add_runtime_dlls `pwd`/SDL2-2.0.3/lib/x$ARCHSUFFIX/SDL2.dll

Expand Down

0 comments on commit 2e174fd

Please sign in to comment.