Browse Source

build: make build-mingw executable.

legacy
Sam Hocevar sam 13 years ago
parent
commit
084e728d42
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-mingw

+ 1
- 1
build-mingw View File

@@ -56,7 +56,7 @@ GTK_LIBS="$GTK_LIBS -lglib-2.0 -lgthread-2.0 -lgobject-2.0"
LOL_LIBS="$LOL_LIBS -lSDL_image -lSDL_mixer -lSDLmain -lSDL -lopengl32 -lglew32"

# Bootstrap, configure and make
./bootstrap
./bootstrap
./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" \
GTK_LIBS="$GTK_LIBS" LOL_LIBS="$LOL_LIBS"
make


Loading…
Cancel
Save