summaryrefslogtreecommitdiffstats
path: root/hal/power_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hal/power_hal/Makefile')
-rwxr-xr-xhal/power_hal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hal/power_hal/Makefile b/hal/power_hal/Makefile
index ba5f3ab..f717d70 100755
--- a/hal/power_hal/Makefile
+++ b/hal/power_hal/Makefile
@@ -31,9 +31,9 @@ CXXFLAGS += -Wall -fPIC
LDFLAGS += -shared
LDFLAGS += -Wl,--no-as-needed
LDFLAGS += -Wl,--no-undefined
-LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib
+LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem
-RPATH := /usr/agl/lib
+RPATH := /usr/lib/basesystem
######### linked library ########################
LIBS += -Wl,-Bdynamic -lstdc++