1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-483: rename win32 to winx86 (it works on 64-bit too)

This commit is contained in:
Oleg Semyonov 2011-05-18 22:03:10 +03:00
parent 25c44d3d0d
commit 8535ae52b8
2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ MAKEFLAGS += --no-print-directory
endif
# Platform-dependent stuff
PLATFORM := win32
PLATFORM := winx86
UNAME := $(shell uname)
ifeq ($(UNAME), Linux)
PLATFORM := linux