Skip to content

Commit

Permalink
Add usage to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 2, 2023
1 parent 8382e8f commit 175d5a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions physx-sys/make-sources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash
set -e

# This script finds all of the cpp files in a <directory> and generates a rust
# array of strings into physx-sys/sources/<name> that is used by the build script
# to compile all of the source files when compiling physx-sys
#
# usage: make-sources.sh <physx c++ source directory path> <name>
dir=$1
file="$(dirname "$0")/sources/$2"

Expand Down

0 comments on commit 175d5a5

Please sign in to comment.