FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Simplify check for IBM i operating system by DavidRusso · Pull Request #1637 · nodegit/nodegit · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .gyp  (2) .js  (1) All 2 file types selected
Deleted files Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion generate/templates/templates/binding.gyp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"is_electron%": "<!(node ./utils/isBuildingForElectron.js <(node_root_dir))",
"is_IBMi%": "<!(node ./utils/isBuildingForIBMi.js)"
"is_IBMi%": "<!(node -p \"os.platform() == 'aix' && os.type() == 'OS400' ? 1 : 0\")"
},

"targets": [
Expand Down
4 changes: 0 additions & 4 deletions utils/isBuildingForIBMi.js

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/libgit2.gyp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"gcc_version%": 0,
"is_electron%": "<!(node ../utils/isBuildingForElectron.js <(node_root_dir))",
"is_clang%": 0,
"is_IBMi%": "<!(node ../utils/isBuildingForIBMi.js)"
"is_IBMi%": "<!(node -p \"os.platform() == 'aix' && os.type() == 'OS400' ? 1 : 0\")"
},
"targets": [
{
Expand Down

Back | FazBrowse Home | New Git URL