[Groonga-commit] groonga/groonga at 3aaf221 [master] test: fix groonga/version.h isn't found

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Fri Nov 9 11:38:00 JST 2018


Kouhei Sutou	2018-11-09 11:38:00 +0900 (Fri, 09 Nov 2018)

  Revision: 3aaf221538f4704df3ebfc67fcad1fee0346d020
  https://github.com/groonga/groonga/commit/3aaf221538f4704df3ebfc67fcad1fee0346d020

  Message:
    test: fix groonga/version.h isn't found

  Modified files:
    test/mruby/run-test.rb

  Modified: test/mruby/run-test.rb (+1 -1)
===================================================================
--- test/mruby/run-test.rb    2018-11-09 10:49:19 +0900 (2a1382a56)
+++ test/mruby/run-test.rb    2018-11-09 11:38:00 +0900 (c3faef2b5)
@@ -44,7 +44,7 @@ if rroonga_revision != rroonga_built_revision
       "Libs: -L#{lib_dir} -Wl,-rpath,#{lib_dir} -lgroonga"
     end
     content = content.gsub(/^Cflags: .*$/) do
-      "Cflags: -I#{source_top_dir_path}/include"
+      "Cflags: -I#{build_top_dir_path}/include -I#{source_top_dir_path}/include"
     end
     groonga_pc.puts(content)
   end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181109/0a64ed77/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る