uidriver/glfw: Bug fix: js should be excluded from compiling targets

This commit is contained in:
Hajime Hoshi 2020-01-03 19:01:37 +09:00
parent 982b7d6ddc
commit fa95275a02

View File

@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build freebsd js linux windows ebitengl // +build freebsd linux windows ebitengl
// +build !js
package glfw package glfw