Просмотр исходного кода

Merge pull request #266 from Triangle345/patch-3

basic_game - update makefile
pull/269/head
Ray 8 лет назад
committed by GitHub
Родитель
Сommit
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
# libraries for Windows desktop compiling
# 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

Загрузка…
Отмена
Сохранить