mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
Use correct library path for SDL
This commit is contained in:
parent
78cb1204c1
commit
1e5e164a9b
@ -55,7 +55,7 @@ $(STAGING_DIR)/include/directfb:
|
|||||||
$(SDL_DIR)/.compiled: $(SDL_DIR)/.configured $(STAGING_DIR)/include/directfb
|
$(SDL_DIR)/.compiled: $(SDL_DIR)/.configured $(STAGING_DIR)/include/directfb
|
||||||
$(MAKE1) $(TARGET_CONFIGURE_OPTS) \
|
$(MAKE1) $(TARGET_CONFIGURE_OPTS) \
|
||||||
INCLUDE="-I./include -I$(STAGING_DIR)/usr/include/directfb" \
|
INCLUDE="-I./include -I$(STAGING_DIR)/usr/include/directfb" \
|
||||||
LDFLAGS=-L$(STAGING_DIR)/usr \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||||
DESTDIR=$(STAGING_DIR)/usr -C $(SDL_DIR)
|
DESTDIR=$(STAGING_DIR)/usr -C $(SDL_DIR)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user