2020-04-07 10:14:38 +01:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
|
2020-04-04 15:38:55 +01:00
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
2019-05-12 07:37:17 +01:00
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
sharedlibdir=${libdir}
|
2020-04-12 00:42:18 +01:00
|
|
|
includedir=${prefix}/include/uuid
|
2019-05-12 07:37:17 +01:00
|
|
|
|
|
|
|
Name: uuid
|
|
|
|
Description: Universally unique id library
|
|
|
|
Version: 1.0
|
|
|
|
|
|
|
|
Requires:
|
|
|
|
Libs:
|
2020-04-12 00:42:18 +01:00
|
|
|
Cflags: -I${includedir}
|