We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce40635 commit f260d3eCopy full SHA for f260d3e
1 file changed
Makefile.webos
@@ -22,7 +22,7 @@ SDL2_PREBUILT_ARCHIVE ?= https://github.com/webosbrew/SDL-webOS/releases/downloa
22
#########################
23
24
25
-PACKAGE_NAME = com.retroarch
+PACKAGE_NAME ?= com.retroarch.webos
26
PACKAGE_VERSION := $(patsubst "%",%,$(RARCH_VERSION))
27
28
DEBUG ?= 0
@@ -294,7 +294,7 @@ install: ipk
294
ares-install webos/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(ARCH).ipk
295
296
launch: install
297
- ares-launch com.retroarch
+ ares-launch $(PACKAGE_NAME)
298
299
.PHONY: all clean ipk
300
0 commit comments