Skip to content

Commit c1c976b

Browse files
authored
Merge branch 'master' into cc-for-cpychecker-v2
2 parents 52fe091 + 9430863 commit c1c976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ plugin: autogenerated-config.h $(PLUGIN_DSO)
132132
# When running the plugin from a working copy, use LD_LIBARY_PATH=gcc-c-api
133133
# so that the plugin can find its libgcc-c-api.so there
134134
#
135-
INVOCATION_ENV_VARS := CC_FOR_CPYCHECKER=$(CC) LD_LIBRARY_PATH=gcc-c-api CC=$(CC)
135+
INVOCATION_ENV_VARS := CC_FOR_CPYCHECKER=$(CC) LD_LIBRARY_PATH=gcc-c-api:$(LD_LIBRARY_PATH) CC=$(CC)
136136

137137
# When installing, both the plugin and libgcc-c-api.so will be installed to
138138
# $(GCCPLUGINS_DIR), so we give the plugin an RPATH of $(GCCPLUGINS_DIR)

0 commit comments

Comments
 (0)