Skip to content

Commit 4843419

Browse files
author
Murilo Marinho
committed
[json11] Modifying it as needed for compilation in Ubuntu 26.04
1 parent 76f4ea0 commit 4843419

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

debian/rules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ build-indep:
1010
# nothing to be done
1111

1212
build-arch:
13-
ifeq ($(CI),)
14-
echo "Not CI, hopefully launchpad. Cloning submodules manually..."
15-
rm -rf dropbox/{*,.*}
16-
rm -rf dropbox
17-
mkdir -p dropbox/json11
18-
git clone https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/dropbox-json11 dropbox/json11
19-
else
20-
echo "CI detected, skipping manual submodule load"
21-
endif
2213
mkdir -p $(BUILDDIR);
2314
cd $(BUILDDIR); cmake -DCMAKE_CXX_FLAGS="-fdebug-prefix-map=$(shell pwd)/src/=/usr/src/ -fdebug-prefix-map=$(shell pwd)/include/=/usr/include/" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=../debian/tmp/usr ..
2415
make -C $(BUILDDIR)

0 commit comments

Comments
 (0)