Skip to content

Commit fe4aabd

Browse files
committed
LIBRETRO: BUILD: remove unneeded USE_CLOUD defs
1 parent 8614a39 commit fe4aabd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backends/platform/libretro/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ else ifeq ($(platform), emscripten)
375375
CXXFLAGS += -std=c++11
376376
STATIC_LINKING = 1
377377
USE_LIBCO = 0
378-
USE_CLOUD = 0
379378

380379
# Windows MSVC 2017 all architectures
381380
else ifneq (,$(findstring windows_msvc2017,$(platform)))

backends/platform/libretro/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ USE_JPEG = 1
105105

106106
USE_FREETYPE2 = 1
107107

108-
USE_CLOUD ?= 0
108+
USE_CLOUD ?=
109109

110110
# Components (defines handled by engines.awk)
111111
USE_THEORADEC ?= 1

0 commit comments

Comments
 (0)