We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I am using Node v8.11.3. I can't build the project. I also tried to build using Xcode, but after build ./learnuv not works.
The text was updated successfully, but these errors were encountered:
Ha I figured it out after playing around with things. I looked here for some advice: nodejs/node-gyp#469 and learned what needs to be done.
export CXXFLAGS="-mmacosx-version-min=10.9" export LDFLAGS="-mmacosx-version-min=10.9"
./gyp_learnuv.py -f make make -C out ./out/Debug/01_system_info
and viola you are rocking and rolling.
Sorry, something went wrong.
No branches or pull requests
Hi I am using Node v8.11.3. I can't build the project.
I also tried to build using Xcode, but after build ./learnuv not works.
The text was updated successfully, but these errors were encountered: