1 Star 0 Fork 1

franz/open_pdks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ahmed Ghazy 提交于 2020-07-29 16:52 . Minimal set up for autotools
#!/bin/sh
# From magic
#
# Use: ./configure [args]
#
# where [args] are arguments passed to the scripts/configure script
#
# This script is a workaround to GNU autoconf which can't deal with having
# all of its config scripts in a different directory than the configure
# script itself. It also sets up CFLAGS without the default optimizer
# flag (-O2).
( cd scripts && ./configure "$@" )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/curliph/open_pdks.git
git@gitee.com:curliph/open_pdks.git
curliph
open_pdks
open_pdks
master

搜索帮助