mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fix left-over hardcoded path (oops).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31365 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
287454de2e
commit
8439c2e3e3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
# this is a glibc compatibility hack to provide a get_nprocs() replacement.
|
||||
# The NDK ships cpu-features.c which has a compatible function android_getCpuCount()
|
||||
CPUFEAT = /home/kugel/share/android-ndk-r6/sources/android/cpufeatures
|
||||
CPUFEAT = $(ANDROID_NDK_PATH)/sources/android/cpufeatures
|
||||
INCLUDES += -I$(CPUFEAT)
|
||||
OTHER_SRC += $(CPUFEAT)/cpu-features.c
|
||||
$(BUILDDIR)/cpu-features.o: $(CPUFEAT)/cpu-features.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue