From 9944c4b6367873e06440dc5c84fe23958063d6a5 Mon Sep 17 00:00:00 2001 From: ygrek Date: Thu, 23 Jul 2015 13:25:59 -0700 Subject: [PATCH] oasis: use XOCamlbuildPluginTags --- Makefile | 2 -- _oasis | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd4742e..3951867 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -override BUILDFLAGS = "-use-ocamlfind -plugin-tags package\(mybuild\)" - # OASIS_START # DO NOT EDIT (digest: a3c674b4239234cbbe53afe090018954) diff --git a/_oasis b/_oasis index 94667be..3e0b0be 100644 --- a/_oasis +++ b/_oasis @@ -8,6 +8,10 @@ Homepage: http://ygrek.org.ua/p/sqlgg/ BuildTools: ocamlbuild, camlp4, menhir Plugins: DevFiles (0.4), META (0.4) FilesAB: src/version_release.ml.ab +AlphaFeatures: ocamlbuild_more_args +XOCamlbuildPluginTags: package(mybuild) +XOCamlbuildExtraArgs: -j 0 +OCamlVersion: >= 4.01 Synopsis: SQL guided (code) generator -- 2.11.4.GIT