3d options
[vg.git] / vg_compiler.sh
index 7cf968e803a581515c9dacd439dad68f7f9e94cc..bea6ebf0c1ee44abaa150952979ce03e732dbe32 100755 (executable)
@@ -57,7 +57,7 @@ checkfatal(){
 target_os_windows(){
    target_ext=".exe"
    target_compiler="i686-w64-mingw32-gcc"
-       target_libs="-lglfw3 -lopengl32 -lm -mwindows"
+       target_libs="-lglfw3dll -lopengl32 -lm -mwindows"
    target_libs_steam="$vg_root/dep/steam/steam_api.dll"
    target_dir="build.win32"
        target_steam_api="steam_api.dll"