node-native-extension-in-swift icon indicating copy to clipboard operation
node-native-extension-in-swift copied to clipboard

An experimental repo for Node.js native addons that written in Swift.

Results 1 node-native-extension-in-swift issues
Sort by recently updated
recently updated
newest added

The following error occurred on Ubuntu 14.04 with `swift build` ``` /usr/bin/ld: /node-native-extension-in-swift/NativeExtensionInSwift/.build/x86_64-unknown- linux/debug/NativeExtensionInSwift.build/NativeExtensionInSwift.swift.o: relocation R_X86_64_PC32 against protected symbol `_T022NativeExtensionInSwiftAAVMa' can not be used when making a shared object ```...