mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-31 22:55:40 +00:00
fix python test on Ubuntu 12.04 by preloading librt.so
This commit is contained in:
parent
87e8532e67
commit
4805407fb6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue