X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6af89fc6b1cf4d1130ff4760d96ad9aa7403636e..df693470d05a8cfd5d9482e69d0052b7e1015020:/cookbooks/nominatim/templates/default/nominatim-update-source.erb diff --git a/cookbooks/nominatim/templates/default/nominatim-update-source.erb b/cookbooks/nominatim/templates/default/nominatim-update-source.erb index fb51d1eea..dacb6190e 100644 --- a/cookbooks/nominatim/templates/default/nominatim-update-source.erb +++ b/cookbooks/nominatim/templates/default/nominatim-update-source.erb @@ -20,5 +20,5 @@ git checkout --detach <%= node[:nominatim][:revision] %> git submodule update cd <%= @builddir %> -cmake -D WITH_LUAJIT=ON . +cmake . make