Skip to content

Commit

Permalink
druntime: Fix linking issues with stdcpp stand-alone tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Feb 27, 2019
1 parent d4daade commit 92bf3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/StandaloneDRuntimeTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ foreach(name ${testnames})
COMMAND ${GNU_MAKE_BIN} -C ${PROJECT_SOURCE_DIR}/druntime/test/${name}
ROOT=${outdir} DMD=${LDMD_EXE_FULL} MODEL=default
DRUNTIME=${druntime_path} DRUNTIMESO=${shared_druntime_path}
CFLAGS=-Wall\ -Wl,-rpath,${CMAKE_BINARY_DIR}/lib${LIB_SUFFIX}
CFLAGS_BASE=-Wall\ -Wl,-rpath,${CMAKE_BINARY_DIR}/lib${LIB_SUFFIX}
${linkdl}
)
set_tests_properties(druntime-test-${name}
Expand Down
2 changes: 1 addition & 1 deletion runtime/druntime
Submodule druntime updated 1 files
+2 −0 test/stdcpp/Makefile

0 comments on commit 92bf3f3

Please sign in to comment.