forked from Et7f3/CMake
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesy.json
26 lines (26 loc) · 861 Bytes
/
esy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "esy-cmake",
"version": "3.27.4",
"description": "CMake v3.27.4 packaged for esy",
"esy": {
"buildsInSource": true,
"buildEnv": {
"UNAME_OVERRIDE": "#{os == 'windows'}",
"CC": "#{os == 'windows' ? 'x86_64-w64-mingw32-gcc' : ''}",
"CXX": "#{os == 'windows' ? 'x86_64-w64-mingw32-g++' : ''}",
"CXXFLAGS": "#{os == 'windows' ? '--std c++11' : ''}",
"CFLAGS": "",
"PATH": "#{os == 'windows' ? '/usr/x86_64-w64-mingw32/sys-root/mingw/bin' : '' : $PATH }",
"LDFLAGS": "#{os == 'windows' ? '-static-libstdc++ -static-libgcc -static' : ''}",
"MAKE": "make",
"CMAKE_C_SOURCES": "",
"cmake_ansi_cxx_flags": ""
},
"build": [
"./bootstrap --verbose --parallel=4 --prefix=#{self.install}",
"make -j4"
],
"install": ["make install"]
},
"dependencies": {}
}