有什么办法可以手动添加它吗? this是给我错误的项目。
在config.log
中,我有以下几行:
PATH: /Users/alejandrocamba/Documents/emsdk
PATH: /Users/alejandrocamba/Documents/emsdk/upstream/emscripten
PATH: /Users/alejandrocamba/Documents/emsdk/node/12.18.1_64bit/bin
我想它可以识别我的计算机中安装的emsdk,但我不为什么它不使用其中的emscripten文件。
我如何手动链接?
答案 0 :(得分:0)
对于 linux 和 Mac,您可以使用“find”命令搜索文件位置,然后使用您刚刚找到的路径
find / -name emscripten.h
#include "your_path/emscripten.h"