diff options
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ include ../source.mk nop: build: - (cd src && cmake -D BUILD_LUA:BOOL=OFF -D BUILD_EXAMPLES:BOOL=OFF .) + (cd src && cmake -D BUILD_LUA:BOOL=OFF -D BUILD_EXAMPLES:BOOL=OFF \ + -D CMAKE_INSTALL_PREFIX:PATH=/usr .) oh-autobuild touch $@ |