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 941a74c + 2254b06 commit 01cff40Copy full SHA for 01cff40
Source/Make.WarpX
@@ -101,7 +101,7 @@ ifeq ($(USE_OPENPMD), TRUE)
101
ifeq (0, $(shell pkg-config "openPMD >= 0.9.0"; echo $$?))
102
CXXFLAGS += $(shell pkg-config --cflags openPMD)
103
LDFLAGS += $(shell pkg-config --libs openPMD)
104
- LDFLAGS += -Wl,-rpath,$(shell pkg-config --variable=libdir openPMD)
+ LDFLAGS += -Xlinker -rpath -Xlinker $(shell pkg-config --variable=libdir openPMD)
105
# fallback to manual settings
106
else
107
OPENPMD_LIB_PATH ?= NOT_SET
0 commit comments