Kaydet (Commit) 970458c5 authored tarafından David Tardon's avatar David Tardon

use $(DISABLE_DYNLOADING)

Change-Id: I8312cbd8cd349e2adf2d34c7cb7be220f038e017
üst 9516798a
......@@ -26,7 +26,7 @@ else ifeq ($(COM),MSC)
$(eval $(call gb_ExternalPackage_add_files,glew,$(LIBO_LIB_FOLDER), \
bin/$(if $(MSVC_USE_DEBUG_RUNTIME),Debug/$(glew_arch_subdir)/glew32d.dll,Release/$(glew_arch_subdir)/glew32.dll) \
))
else ifeq ($(filter IOS ANDROID,$(OS)),)
else ifeq ($(DISABLE_DYNLOADING),)
$(eval $(call gb_ExternalPackage_add_file,glew,$(LIBO_LIB_FOLDER)/libGLEW.so.1.10,lib/libGLEW.so.1.10.0))
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment