You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Without the binding.gyp change, the initial compile would fail. Without the env vars, the link step would fail.
I can do the env vars in my build script but the binding.gyp change has to be in the module, afaict. I can use a fork for now, so no pressure to fix in the main repo, but hopefully you know the build systems well enough to address this for everyone! (I unfortunately don't).
The text was updated successfully, but these errors were encountered:
I have to manually rebuild my native modules in my Electron app, and in Electron v4 this module started to break with:
After some googling & trial/error, the solution I concocted was to modify node-spellchecker's binding.gyp to include
That's inside the
xcode_settings
of thetarget_defaults
section. I also had to set env vars:Without the binding.gyp change, the initial compile would fail. Without the env vars, the link step would fail.
I can do the env vars in my build script but the binding.gyp change has to be in the module, afaict. I can use a fork for now, so no pressure to fix in the main repo, but hopefully you know the build systems well enough to address this for everyone! (I unfortunately don't).
The text was updated successfully, but these errors were encountered: