Changeset 74480 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
- Timestamp:
- Sep 26, 2018 2:41:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
r69111 r74480 448 448 endif 449 449 endif 450 # Don't let ld strip out explicitly linked libraries even when they are not needed. 451 # This was causing some dynamic library loading problems in case of indirect dependencies 452 # in systems where RUNPATH instead of RPATH is utilized. 453 VBoxTestOGL_LDFLAGS.linux = -Wl,--no-as-needed 450 454 VBoxTestOGL_LDFLAGS.win = /SUBSYSTEM:windows 451 455 endif
Note:
See TracChangeset
for help on using the changeset viewer.