diff options
Diffstat (limited to 'cpp/options.mk')
-rw-r--r-- | cpp/options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/options.mk b/cpp/options.mk index d8214f36d5..9fefdbcd45 100644 --- a/cpp/options.mk +++ b/cpp/options.mk @@ -18,7 +18,7 @@ ## External dependencies: # Add location for headers and libraries of any external dependencies here -EXTRA_INCLUDES := -I/usr/local/apr/include/apr-1 +EXTRA_INCLUDES := -I/usr/local/apr/include EXTRA_LIBDIRS := -L/usr/local/apr/lib ## Compile flags |