summaryrefslogtreecommitdiff
path: root/libodb
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-04-25 11:00:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-04-25 11:00:36 +0300
commit90415a0d95d0c23304d605715edc3744dba3fd92 (patch)
tree58ae67022cd8717f4fe858faa511618ac322e2b0 /libodb
parentacb0c5194690d2751d2211bf91aec21da2fadc26 (diff)
Update libodb and libodb-mysql package manifests to enable MinGW GCC builds
Diffstat (limited to 'libodb')
-rw-r--r--libodb/manifest4
1 files changed, 1 insertions, 3 deletions
diff --git a/libodb/manifest b/libodb/manifest
index 860def0..725fc16 100644
--- a/libodb/manifest
+++ b/libodb/manifest
@@ -37,7 +37,6 @@ default-build-config:
#
multi-builds: all
multi-builds: -wasm ; Not supported by libodb-{mysql,pgsql}.
-multi-builds: -( +windows &gcc ) ; Not supported by libodb-mysql.
multi-builds: -( +windows -gcc )
multi-builds: &gcc
multi-builds: &gcc-5+
@@ -78,8 +77,7 @@ custom-build-config:
# Complements the multi configuration (see odb-tests for background).
#
custom-multi-builds: latest
-custom-multi-builds: -wasm ; Not supported by libodb-{mysql,pgsql}.
-custom-multi-builds: -( +windows &gcc ) ; Not supported by libodb-mysql.
+custom-multi-builds: -wasm ; Not supported by libodb-{mysql,pgsql}.
custom-multi-builds: -static ; Implementation uses plugins and requires -fPIC.
custom-multi-build-auxiliary-mysql: *-mysql_*
custom-multi-build-auxiliary-pgsql: *-postgresql_*