Преглед изворни кода

Merge pull request #266 from Triangle345/patch-3

basic_game - update makefile
pull/269/head
Ray пре 8 година
committed by GitHub
родитељ
комит
5620e73914
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      templates/basic_game/Makefile

+ 1
- 1
templates/basic_game/Makefile Прегледај датотеку

@ -141,7 +141,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
else else
# libraries for Windows desktop compiling # libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed # NOTE: GLFW3 and OpenAL Soft libraries should be installed
LIBS = -lraylib -lglfw3 -lglew32 -lopengl32 -lopenal32 -lgdi32
LIBS = -lraylib -lglfw3 -lopengl32 -lopenal32 -lgdi32
endif endif
endif endif
endif endif

Loading…
Откажи
Сачувај