Skip to content
Snippets Groups Projects
Commit 5ae02e2a authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

The default for a win32 build should not be cross-compilation.

parent cedc49da
Branches
Tags
No related merge requests found
......@@ -6,7 +6,6 @@ ifeq ($(BUILD), lm32)
TARGET = lm32-elf-
endif
ifeq ($(BUILD), win32)
TARGET = i586-mingw32msvc-
LIBS = -lwsock32 -lws2_32
LIBRARY = etherbone.dll
endif
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment