mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
internal/graphicsdriver/opengl/gl: rename procaddr_others.go to procaddr_linbsd.go
This commit is contained in:
parent
386bda3c84
commit
b2a6e79a5a
@ -12,7 +12,7 @@
|
|||||||
// 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.
|
||||||
|
|
||||||
//go:build !darwin && !js && !nintendosdk && !windows
|
//go:build (freebsd || linux || netbsd || openbsd) && !nintendosdk
|
||||||
|
|
||||||
package gl
|
package gl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user