Skip to content

Instantly share code, notes, and snippets.

@laverdet
Created May 11, 2012 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laverdet/2662866 to your computer and use it in GitHub Desktop.
Save laverdet/2662866 to your computer and use it in GitHub Desktop.
diff --git a/binding.gyp b/binding.gyp
index 379026f..0413e95 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -6,6 +6,7 @@
# Replace gyp platform with node platform, blech
['platform == "mac"', {'variables': {'platform': 'darwin'}}],
['platform == "win"', {'variables': {'platform': 'win32'}}],
+ ['platform == "solaris"', {'variables': {'platform': 'sunos'}}],
],
'targets': [
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment