xuzifu666 opened a new pull request, #3125: URL: https://github.com/apache/kvrocks/pull/3125
Sometime it would error out when build in MacOS with command: ./py.x build, such as: ``` stdlib.h file not found. ``` we can use this way to build success, so I add it to the document for MacOS users: ``` ./x.py build -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
