Skip to content

Commit

Permalink
Add CMAKE_INSTALL_PREFIX to lua dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Oct 6, 2017
1 parent 6ce8cd7 commit 409c14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/engine/config_falco_engine.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ along with falco. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define FALCO_ENGINE_LUA_DIR "${FALCO_SHARE_DIR}/lua/"
#define FALCO_ENGINE_LUA_DIR "${CMAKE_INSTALL_PREFIX}/${FALCO_SHARE_DIR}/lua/"
#define FALCO_ENGINE_SOURCE_LUA_DIR "${PROJECT_SOURCE_DIR}/../falco/userspace/engine/lua/"

0 comments on commit 409c14c

Please sign in to comment.