When i try to compile native module on Mac using gyp I get this error from make command: ``` File "./gyp-mac-tool", line 154 fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666) ^ SyntaxError: invalid syntax ```