Skip to content

Commit

Permalink
Add libsdl2 and rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
csdougliss committed Feb 22, 2024
1 parent 355d27b commit db597ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.webos
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ LIBS := -ldl -lz -lrt -pthread
CFLAGS :=
CXXFLAGS := -fno-exceptions -fno-rtti -std=c++11 -D__STDC_CONSTANT_MACROS
ASFLAGS :=
LDFLAGS := -Wl,--gc-sections
LDFLAGS := -Wl,--rpath $ORIGIN/lib,--gc-sections
INCLUDE_DIRS = -I$(WEBOS_INC_DIR)
LIBRARY_DIRS = -L$(WEBOS_LIB_DIR)
DEFINES := -DRARCH_INTERNAL -D_FILE_OFFSET_BITS=64 -UHAVE_STATIC_DUMMY
Expand Down Expand Up @@ -232,6 +232,7 @@ ipk: $(TARGET)
echo "$$APPINFO" > webos/dist/appinfo.json
cp -t webos/dist -vf $(TARGET) webos/icon160.png
cp -t webos/dist/lib -vf $(WEBOS_LIB_DIR)/libstdc++.so.6
cp -t webos/dist/lib -vf $(WEBOS_LIB_DIR)/libSDL2-2.0.so.0
$(STRIP) webos/dist/$(TARGET)
cd webos && ares-package dist

Expand Down

0 comments on commit db597ca

Please sign in to comment.