We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94b2f4 commit 63da63fCopy full SHA for 63da63f
generate.sh
@@ -152,6 +152,12 @@ fi
152
# If this does not work, use path to existing gcc >= 8 on your machine or install one
153
# look at /usr/lib/x86_64-linux-gnu/ or /home/linuxbrew/.linuxbrew/Cellar/gcc/
154
155
+# Workaround bug with -isystem and compilation database
156
+# https://github.com/b-com-software-basis/builddefs-qmake/issues/13
157
+# https://github.com/b-com-software-basis/xpcf/issues/20
158
+sed -i "s/-I-isystem/-I/g" `realpath $DATABASE_DIR`/compile_commands.json
159
+sed -i "s/-isystem/-I/g" `realpath $DATABASE_DIR`/compile_commands.json
160
+
161
$XPCF_MODULE_ROOT/xpcf_grpc_gen/${VERSION_XPCF}/bin/x86_64/$LIB_TYPE/release/xpcf_grpc_gen \
162
--module_uuid $MODULE_UUID \
163
--name SolARFramework \
0 commit comments