mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
empty librt for osx
This commit is contained in:
parent
0e66e61189
commit
a6890dee8e
0
contrib/rt/Empty.c
Normal file
0
contrib/rt/Empty.c
Normal file
9
contrib/rt/README
Normal file
9
contrib/rt/README
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FOR OSX ONLY
|
||||||
|
------------
|
||||||
|
|
||||||
|
This creates an empty library file
|
||||||
|
librt.a
|
||||||
|
It should be used when you are compile with Eclipse on OSX.
|
||||||
|
|
||||||
|
The Eclipse projects are set up to link to librt but OSX doesn't have it so this just creates a dummy library.
|
||||||
|
|
2
contrib/rt/compile.sh
Executable file
2
contrib/rt/compile.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
gcc -c Empty.c -o Empty.o
|
||||||
|
ar rcs librt.a Empty.o
|
Loading…
Reference in New Issue
Block a user