From 8ec2fb676907a5d2f29fc3a0a1119cd732c71492 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 14 Jul 2008 23:53:11 +0200 Subject: [PATCH] Remember to enable CONFIG_LOCAL in the library example. --- free/libs/examples/internal/default.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free/libs/examples/internal/default.cfg b/free/libs/examples/internal/default.cfg index 12b3c7b7..238486b5 100644 --- a/free/libs/examples/internal/default.cfg +++ b/free/libs/examples/internal/default.cfg @@ -1,5 +1,8 @@ # Default configuration file for our test application +# Do a local build +Set("CONFIG_LOCAL"); + # We want to build all libraries shared Set("CONFIG_SHARED"); -- 2.39.2