mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
uidriver/glfw: Bug fix: js should be excluded from compiling targets
This commit is contained in:
parent
982b7d6ddc
commit
fa95275a02
@ -12,7 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build freebsd js linux windows ebitengl
|
||||
// +build freebsd linux windows ebitengl
|
||||
// +build !js
|
||||
|
||||
package glfw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user