Skip to content

Commit

Permalink
make: refactor archive generation (#3200)
Browse files Browse the repository at this point in the history
* Add archive_{cpp,dotnet,java,python,data} targets
* Create a Makefile for each archive to ease build
* Add test_archive_* targets
* Rework tools/README.md
  • Loading branch information
Mizux committed Apr 7, 2022
1 parent 06bee0d commit c15cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.java.mk
Expand Up @@ -49,7 +49,7 @@ ifeq ($(OS),Windows)
JAVA_NATIVE_IDENTIFIER := win32-x86-64
else
ifeq ($(OS),Linux)
JAVA_NATIVE_IDENTIFIER := linux-x86-64
JAVA_NATIVE_IDENTIFIER := linux-x86-64
else
ifeq ($(OS),Darwin)
JAVA_NATIVE_IDENTIFIER := darwin-x86-64
Expand Down

0 comments on commit c15cf61

Please sign in to comment.