fix python test on Ubuntu 12.04 by preloading librt.so

This commit is contained in:
Nguyen Anh Quynh 2016-12-26 15:12:48 +08:00
parent 87e8532e67
commit 4805407fb6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SAMPLE := $(SAMPLE:sample_batch_reg=)
SAMPLE := $(SAMPLE:sample_x86_32_gdt_and_seg_regs=)
SAMPLE := $(SAMPLE:shellcode=)
ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../
ENV_VARS = LD_PRELOAD=librt.so LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../
.PHONY: build install python c clean check test