Skip to content

Commit b2a1ca5

Browse files
committed
in dev.makefile, build shared too
1 parent 9aa4681 commit b2a1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dev.makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all: build test-amalgamate
22

33
build:
44
mkdir -p build/debug
5-
cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../..
5+
cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=ON -G "Unix Makefiles" ../..
66
make -C build/debug
77

88
# Currently, this depends on include/json/version.h generated

0 commit comments

Comments
 (0)