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.
2 parents 52fe091 + 9430863 commit c1c976bCopy full SHA for c1c976b
Makefile
@@ -132,7 +132,7 @@ plugin: autogenerated-config.h $(PLUGIN_DSO)
132
# When running the plugin from a working copy, use LD_LIBARY_PATH=gcc-c-api
133
# so that the plugin can find its libgcc-c-api.so there
134
#
135
-INVOCATION_ENV_VARS := CC_FOR_CPYCHECKER=$(CC) LD_LIBRARY_PATH=gcc-c-api CC=$(CC)
+INVOCATION_ENV_VARS := CC_FOR_CPYCHECKER=$(CC) LD_LIBRARY_PATH=gcc-c-api:$(LD_LIBRARY_PATH) CC=$(CC)
136
137
# When installing, both the plugin and libgcc-c-api.so will be installed to
138
# $(GCCPLUGINS_DIR), so we give the plugin an RPATH of $(GCCPLUGINS_DIR)
0 commit comments