diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 16:41:14 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 16:41:14 +0000 |
commit | 1b8d8682486a43071f968afc03d43aa1e27413b8 (patch) | |
tree | 228e207ddefa064ae7522413ceb926bc626ca895 /repo/core/gcc.xibuild | |
parent | 415e021b1e58da6b1f4a152c224dafb74e76e27d (diff) |
added zip, cmake, asciidog and pkg-config
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r-- | repo/core/gcc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index 19e28ca..49eab1f 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -33,7 +33,7 @@ build () { --with-system-zlib make - + # TODO put tests here, quite important make DESTDIR=$PKG_DEST install } |