diff options
author | Xavier Ducrohet <xav@android.com> | 2012-04-03 16:39:24 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-04-03 16:39:24 -0700 |
commit | 20821320ad10844e916ab1096f883db4f58165d7 (patch) | |
tree | d10e21e3c475753b72398af3da5ef9424945a562 | |
parent | a7383ef4eb8d3863c8d582ea0d6b2ddb42125cba (diff) | |
download | external_qemu-20821320ad10844e916ab1096f883db4f58165d7.zip external_qemu-20821320ad10844e916ab1096f883db4f58165d7.tar.gz external_qemu-20821320ad10844e916ab1096f883db4f58165d7.tar.bz2 |
Move stuff from prebuilt to prebuilts/tools
Change-Id: I4090d12fc173af3d11cd3e1a449425ed134c5aed
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index da3226e..77fd367 100644 --- a/Makefile.common +++ b/Makefile.common @@ -220,7 +220,7 @@ endif ifneq ($(BUILD_SDL_FROM_SOURCES),true) - SDL_CONFIG ?= prebuilt/$(QEMU_HOST_TAG)/sdl/bin/sdl-config + SDL_CONFIG ?= prebuilts/tools/$(QEMU_HOST_TAG)/sdl/bin/sdl-config SDL_CFLAGS := $(shell $(SDL_CONFIG) --cflags) # We need to filter out the _GNU_SOURCE variable because it breaks recent |