Skip to content

Commit 9181eec

Browse files
committed
remove i18n support
1 parent 00b80a4 commit 9181eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ before_script:
3636
- make dependencies > /dev/null || true
3737
- export CXX=clang++
3838
- export LD=clang++
39-
- make native library=shared -j8 werror=no snapshot=off
39+
- make native library=shared -j8 werror=no snapshot=off i18nsupport=off
4040
- sudo cp -rf include/* /usr/include
4141
- sudo cp -rf include /usr/include
4242
- sudo install -v --mode=0644 out/native/lib.target/* /usr/lib

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# 'make static' will download v8 and build, then statically link to it.
1313
#
1414
#-----------------------------------------------------------------------------#
15-
PLV8_VERSION = 1.5.0
15+
PLV8_VERSION = 2.0.0-dev
1616

1717
PG_CONFIG = pg_config
1818
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)